Skip to content

refactor: refactor grammer.js and add test cases #12

refactor: refactor grammer.js and add test cases

refactor: refactor grammer.js and add test cases #12

Workflow file for this run

name: Build/test
on:
push:
branches:
- "**"
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm install
- run: npm test