Skip to content

Commit 746e577

Browse files
committed
🧹 chore: update linting step to use check script and add typecheck step
1 parent 57bea64 commit 746e577

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎.github/workflows/test.yml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ jobs:
3232
npm install --no-audit --no-fund
3333
fi
3434
35-
- name: Lint
36-
run: npm run lint
35+
- name: Lint and Format
36+
run: npm run check
37+
38+
- name: Typecheck
39+
run: npm run typecheck
3740

3841
- name: Build
3942
run: npm run build:ci

0 commit comments

Comments
 (0)