Skip to content

Remove broken integration test #75

Remove broken integration test

Remove broken integration test #75

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 --immutable
- name: Lint the grammar
run: |
yarn lint
- name: Generate syntax
run: |
yarn generate
- name: Test corpus
run: |
yarn test