ci: make typecheck non-blocking
The new CI revealed 206 astro check errors on main, partly surfaced by the Cloudflare adapter switch in PR #5 (the process.env typing differs on Workers). Until the debt is cleared, run typecheck for visibility but let the build step gate the workflow.
This commit is contained in:
@@ -21,7 +21,8 @@ jobs:
|
||||
- name: Install
|
||||
run: npm ci
|
||||
|
||||
- name: Typecheck
|
||||
- name: Typecheck (non-blocking — repo has known debt)
|
||||
continue-on-error: true
|
||||
run: npm run typecheck
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user