ci-lint-fix
This commit is contained in:
parent
bc52dcc653
commit
f3681a2b1b
4
.github/workflows/node-ci.yml
vendored
4
.github/workflows/node-ci.yml
vendored
|
@ -19,10 +19,10 @@ jobs:
|
|||
run: npm run typecheck
|
||||
|
||||
- name: Lint with Biome
|
||||
run: npm run check:code
|
||||
run: npx @biomejs/biome check src/.
|
||||
|
||||
- name: Lint styles
|
||||
run: npm run lint:styles
|
||||
run: npx stylelint **/*.{scss,css}
|
||||
|
||||
- name: Test production build
|
||||
run: npm run build
|
||||
|
|
Loading…
Reference in New Issue
Block a user