Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0b9fad8

Browse files
appgurueuraklaptudirm
authored andcommitted
fix: CI code style checking
1 parent d671327 commit 0b9fad8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.github/workflows/Ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /