ci: update lint and format check workflow

This commit is contained in:
Ritesh Ghosh
2025-05-11 13:10:46 +05:30
parent 83076b672b
commit e23383f4c4
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: npm i
- name: Check lint
run: npm run lint:ci
run: npm run lint
- name: Check prettier
run: npm run format:check