Skip to content

Commit

Permalink
fix: Changed to npm run quality
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgardin committed Nov 12, 2024
1 parent dda7c29 commit ebd5d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run tests
run: npm run test
- name: Run quality checks
run: npm run quality


0 comments on commit ebd5d97

Please sign in to comment.