gh-action-fix
This commit is contained in:
parent
fe41845271
commit
36a3606557
8
.github/workflows/node-ci.yml
vendored
8
.github/workflows/node-ci.yml
vendored
|
@ -13,12 +13,12 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
- name: Check types
|
||||
run: npm run typecheck
|
||||
run: npm run check:types
|
||||
|
||||
- name: Lint with Biome
|
||||
run: npx biome ci .
|
||||
- name: Check code
|
||||
run: npx run check:code
|
||||
|
||||
- name: Lint styles
|
||||
- name: Check styles
|
||||
run: npm run lint:styles
|
||||
|
||||
- name: Test production build
|
||||
|
|
Loading…
Reference in New Issue
Block a user