Skip to content

fix: reject invalid escape sequences in JSON Pointer strings (#13) #21

fix: reject invalid escape sequences in JSON Pointer strings (#13)

fix: reject invalid escape sequences in JSON Pointer strings (#13) #21

Workflow file for this run

name: Node.js Automation
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: lts/*
- run: npm install
- run: npm test
- run: npm run lint
- run: npm run type-check