Skip to content

Fix jison generate #159

Fix jison generate

Fix jison generate #159

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn lint
- run: yarn test