Skip to content

added .github/workflows/zebpaa-check.yml #1

added .github/workflows/zebpaa-check.yml

added .github/workflows/zebpaa-check.yml #1

Workflow file for this run

name: zebpaa-check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
# - name: Run setup
# run: make setup
- name: Run tests
run: make test
- name: Run linter
run: make lint