summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ec049686..22c47006 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,12 +44,11 @@ jobs:
# 5. Linting
- name: Run linter
run: npm run lint
- continue-on-error: true # TODO: Remove this when we have fixed lint errors
# 6. Type Checking
- name: Run type check
run: npm run typecheck # Or: tsc --noEmit
- continue-on-error: true # TODO: Remove this when we have fixed type errors
+ continue-on-error: true
# 7. Build
# Optional if your tests run directly on TS files (e.g., using ts-jest, ts-node)