ci: update type n format workflow

This commit is contained in:
Ritesh Ghosh
2025-05-25 22:39:30 +05:30
parent 5521b2fbca
commit 48eb038827
@@ -1,4 +1,4 @@
name: "Lint and format check"
name: "Type and format check"
on:
push:
@@ -22,8 +22,9 @@ jobs:
- name: Install deps
run: npm i
- name: Check lint
run: npm run lint
- name: Check types
# This step checks for TypeScript type errors
run: npm run typecheck
- name: Check prettier
run: npm run format:check