We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d671327 commit 9331e4fCopy full SHA for 9331e4f
.github/workflows/Ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: npm run test
26
27
- name: 💄 Code style
28
- run: npm run style
+ run: npm run check-style
29
30
codespell:
31
name: Check for spelling errors
package.json
@@ -7,6 +7,7 @@
7
"test": "vitest run",
8
"test-watch": "vitest",
9
"style": "npx prettier . --write",
10
+ "check-style": "npx prettier . --check",
11
"prepare": "husky install"
12
},
13
"author": "TheAlgorithms",
0 commit comments