Skip to content

Commit 0d2784c

Browse files
committed
chore: fix format check script
1 parent b51fb78 commit 0d2784c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm i --prefer-offline --no-audit --progress=false
2727

2828
- name: Check Formatting
29-
run: npm format:check
29+
run: npm run format:check
3030

3131
- name: Test
3232
run: npm test -- --run

0 commit comments

Comments
 (0)