Skip to content

Merge pull request #13 from GoodNotes/cpf/pin-version #60

Merge pull request #13 from GoodNotes/cpf/pin-version

Merge pull request #13 from GoodNotes/cpf/pin-version #60

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/checkout@v3.1.0
- 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