Add verify workflow

This commit is contained in:
Kevin McCormack 2024-04-04 09:11:20 -04:00
parent 3dda7f171b
commit 8bb2719b21
1 changed files with 13 additions and 0 deletions

13
.github/workflows/verify.yaml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Verify
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Test
run: npm test