mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
fix: CI code style checking
This commit is contained in:
committed by
Rak Laptudirm
parent
d671327ebe
commit
0b9fad86ba
2
.github/workflows/Ci.yml
vendored
2
.github/workflows/Ci.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
run: npm run test
|
||||
|
||||
- name: 💄 Code style
|
||||
run: npm run style
|
||||
run: npm run check-style
|
||||
|
||||
codespell:
|
||||
name: Check for spelling errors
|
||||
|
||||
Reference in New Issue
Block a user