diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml new file mode 100644 index 00000000..723ec9a0 --- /dev/null +++ b/.github/workflows/pull-request.yml @@ -0,0 +1,14 @@ +name: Run syntax test + +on: + pull_request: + branches: [ master ] + workflow_dispatch: + +jobs: + check-syntax-full: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: npm i chalk + - run: make check_syntax_full