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
|
run: npm ci
|
||||||
|
|
||||||
- name: Check types
|
- name: Check types
|
||||||
run: npm run typecheck
|
run: npm run check:types
|
||||||
|
|
||||||
- name: Lint with Biome
|
- name: Check code
|
||||||
run: npx biome ci .
|
run: npx run check:code
|
||||||
|
|
||||||
- name: Lint styles
|
- name: Check styles
|
||||||
run: npm run lint:styles
|
run: npm run lint:styles
|
||||||
|
|
||||||
- name: Test production build
|
- name: Test production build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user