Skip to content

Fix release notes (#40) #70

Fix release notes (#40)

Fix release notes (#40) #70

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 }}