Skip to content

Commit ebd5d97

Browse files
committed
fix: Changed to npm run quality
1 parent dda7c29 commit ebd5d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: npm install
2525

26-
- name: Run tests
27-
run: npm run test
26+
- name: Run quality checks
27+
run: npm run quality
2828

2929

0 commit comments

Comments
 (0)