Skip to content

Commit 3a66d41

Browse files
committed
Update package.json and main.yml for format:check script
1 parent f454530 commit 3a66d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: npm install --no-package-lock
2525

2626
- name: Check formatting
27-
run: npm run format
27+
run: npm run format:check
2828

2929
- name: Check syntax
3030
run: npm run lint

0 commit comments

Comments
 (0)