Skip to content

Commit

Permalink
adding lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Nov 30, 2023
1 parent 8f6edec commit 0fff1c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
run: npm ci
- name: Run TU
run: npm run test
- name: Run lint
run: npm run lint

0 comments on commit 0fff1c2

Please sign in to comment.