From aae73423b2f8fab0c51111ff7b1d48b3bd3e2b8f Mon Sep 17 00:00:00 2001 From: iamzifei Date: Fri, 20 Feb 2026 04:55:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/ci.yml'=20with=20remote=20'sync/.github/workflows/ci.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba72473..a114a3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,9 @@ concurrency: jobs: lint-typecheck: name: Lint & Type Check + # Advisory only — does not block build or other jobs. + # Remove continue-on-error once repo lint errors are resolved. + continue-on-error: true uses: OrrisTech/.github/.github/workflows/ci-lint-typecheck.yml@main secrets: inherit @@ -33,12 +36,13 @@ jobs: build: name: Build - needs: [lint-typecheck] uses: OrrisTech/.github/.github/workflows/ci-build.yml@main secrets: inherit security: name: Security Audit + # Advisory only — does not block other jobs. + continue-on-error: true uses: OrrisTech/.github/.github/workflows/ci-security.yml@main secrets: inherit