Skip to content

spec(v3.1): \uXXXX escape, key: [] encoding, §15 smuggling note #60

spec(v3.1): \uXXXX escape, key: [] encoding, §15 smuggling note

spec(v3.1): \uXXXX escape, key: [] encoding, §15 smuggling note #60

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- run: pnpm install
- run: pnpm run lint