Skip to content

Update lockfile

Update lockfile #69

Workflow file for this run

name: CI
on:
push:
pull_request:
repository_dispatch:
types: [run_build]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: |
yarn install
- name: Lint the grammar
run: |
yarn lint
- name: Generate syntax
run: |
yarn generate
- name: Test corpus
run: |
yarn test