Skip to content

Re-vendor the example directory #39

Re-vendor the example directory

Re-vendor the example directory #39

Workflow file for this run

name: test
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- run: npm run-script lint
- run: make
- run: make check