Skip to content

Fix and test canonical serialisation of JSONPathNode #248

Fix and test canonical serialisation of JSONPathNode

Fix and test canonical serialisation of JSONPathNode #248

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "22.x"
- run: npm install --include=dev
- run: npm run lint