fixup! Add lint job

This commit is contained in:
Kevin McCormack 2024-04-04 10:50:43 -04:00
parent 790b32e5d0
commit b09e1344cc
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'npm'
# - name: Install npm modules
# run: npm ci
- name: Test
- name: Install npm modules
run: npm ci
- name: Lint
run: npm run lint
test:
runs-on: ubuntu-latest