Skip to content

Formatting

Formatting #56

Workflow file for this run

name: Test with jest
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: npm ci
- run: npm run nearley
- run: npm run build
- run: npm run test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}