Skip to content

Commit

Permalink
added linting check to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany committed Feb 18, 2024
1 parent 5181c24 commit 9beee7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
- name: Running tests
working-directory: ./frontend
run: npm test

- name: Run linting
working-directory: ./frontend
run: npm run lint

0 comments on commit 9beee7b

Please sign in to comment.