Skip to content

Commit 9331e4f

Browse files
committed
fix: CI code style checking
1 parent d671327 commit 9331e4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm run test
2626

2727
- name: 💄 Code style
28-
run: npm run style
28+
run: npm run check-style
2929

3030
codespell:
3131
name: Check for spelling errors

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"test": "vitest run",
88
"test-watch": "vitest",
99
"style": "npx prettier . --write",
10+
"check-style": "npx prettier . --check",
1011
"prepare": "husky install"
1112
},
1213
"author": "TheAlgorithms",

0 commit comments

Comments
 (0)