fix: CI code style checking

This commit is contained in:
Lars Mueller
2023-10-28 00:50:16 +02:00
committed by Rak Laptudirm
parent d671327ebe
commit 0b9fad86ba
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -7,6 +7,7 @@
"test": "vitest run",
"test-watch": "vitest",
"style": "npx prettier . --write",
"check-style": "npx prettier . --check",
"prepare": "husky install"
},
"author": "TheAlgorithms",