Skip to content

Commit 2e94580

Browse files
author
iamzifei
committed
🔄 synced local '.github/workflows/ci.yml' with remote 'sync/.github/workflows/ci.yml'
1 parent 91030a5 commit 2e94580

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎.github/workflows/ci.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ concurrency:
2323
jobs:
2424
lint-typecheck:
2525
name: Lint & Type Check
26+
# Advisory only — does not block build or other jobs.
27+
# Remove continue-on-error once repo lint errors are resolved.
28+
continue-on-error: true
2629
uses: OrrisTech/.github/.github/workflows/ci-lint-typecheck.yml@main
2730
secrets: inherit
2831

@@ -33,12 +36,13 @@ jobs:
3336

3437
build:
3538
name: Build
36-
needs: [lint-typecheck]
3739
uses: OrrisTech/.github/.github/workflows/ci-build.yml@main
3840
secrets: inherit
3941

4042
security:
4143
name: Security Audit
44+
# Advisory only — does not block other jobs.
45+
continue-on-error: true
4246
uses: OrrisTech/.github/.github/workflows/ci-security.yml@main
4347
secrets: inherit
4448

0 commit comments

Comments
 (0)