Skip to content

Commit

Permalink
CI: lint before running tests 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 12, 2024
1 parent e1b0239 commit 730973d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: lint & test

on:
push:
Expand Down Expand Up @@ -29,4 +29,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install

- run: npm run lint
- run: npm test

0 comments on commit 730973d

Please sign in to comment.