ci: add backend lint step to Gitea CI

This commit is contained in:
saravanakumardb1 2026-03-27 22:58:49 -07:00
parent 7ac57d0ec7
commit 30da27a175

View File

@ -28,6 +28,9 @@ jobs:
- name: Install workspace dependencies - name: Install workspace dependencies
run: HUSKY=0 pnpm install run: HUSKY=0 pnpm install
- name: Backend lint
run: pnpm --filter @chronomind/backend run lint
- name: Backend typecheck - name: Backend typecheck
run: pnpm --filter @chronomind/backend run typecheck run: pnpm --filter @chronomind/backend run typecheck