Skip to content

Commit

Permalink
👷 Lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed Oct 18, 2024
1 parent 5ada3e3 commit cfc6a8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run lin
run: npm run lint
- name: Run tests
run: npm test

0 comments on commit cfc6a8b

Please sign in to comment.