Skip to content

Commit

Permalink
chore(ci): Run lint before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Dec 11, 2023
1 parent 14d216c commit bf455f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Lint
run: npm run lint

- name: Run tests
run: npm test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"scripts": {
"prepare": "npm run build -ws --if-present --foreground-scripts",
"lint": "npm run lint -ws -if-present",
"test": "npm test -ws --if-present"
}
}

0 comments on commit bf455f6

Please sign in to comment.