Enable linting in CI

This commit is contained in:
Josh Gross
2023-03-20 14:10:20 -04:00
parent 38a93b1122
commit baf30736ab
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,5 +22,6 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run format-check -ws
- run: npm run lint -ws
- run: npm run build -ws
- run: npm test -ws