ci: update type n format workflow
This commit is contained in:
+4
-3
@@ -1,4 +1,4 @@
|
|||||||
name: "Lint and format check"
|
name: "Type and format check"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -22,8 +22,9 @@ jobs:
|
|||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: npm i
|
run: npm i
|
||||||
|
|
||||||
- name: Check lint
|
- name: Check types
|
||||||
run: npm run lint
|
# This step checks for TypeScript type errors
|
||||||
|
run: npm run typecheck
|
||||||
|
|
||||||
- name: Check prettier
|
- name: Check prettier
|
||||||
run: npm run format:check
|
run: npm run format:check
|
||||||
Reference in New Issue
Block a user