Skip to content

Commit

Permalink
chore: fix format check script
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 12, 2023
1 parent b51fb78 commit 0d2784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm i --prefer-offline --no-audit --progress=false

- name: Check Formatting
run: npm format:check
run: npm run format:check

- name: Test
run: npm test -- --run

0 comments on commit 0d2784c

Please sign in to comment.