Skip to content

Commit 986e917

Browse files
authored
Merge pull request #3 from OrrisTech/repo-sync/github/default
🔄 synced file(s) with OrrisTech/.github
2 parents 94c7e98 + 978709d commit 986e917

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
lint-typecheck:
2525
name: Lint & Type Check
2626
# 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
27+
# No "needs:" from other jobs, so failures here won't block CI.
2928
uses: OrrisTech/.github/.github/workflows/ci-lint-typecheck.yml@main
3029
secrets: inherit
3130

@@ -42,7 +41,7 @@ jobs:
4241
security:
4342
name: Security Audit
4443
# Advisory only — does not block other jobs.
45-
continue-on-error: true
44+
# No "needs:" from other jobs, so failures here won't block CI.
4645
uses: OrrisTech/.github/.github/workflows/ci-security.yml@main
4746
secrets: inherit
4847

0 commit comments

Comments
 (0)