ci: add backend lint step to Gitea CI
This commit is contained in:
parent
7ac57d0ec7
commit
30da27a175
@ -28,6 +28,9 @@ jobs:
|
||||
- name: Install workspace dependencies
|
||||
run: HUSKY=0 pnpm install
|
||||
|
||||
- name: Backend lint
|
||||
run: pnpm --filter @chronomind/backend run lint
|
||||
|
||||
- name: Backend typecheck
|
||||
run: pnpm --filter @chronomind/backend run typecheck
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user