diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index eae78aa..b0fee9c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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