We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94c7e98 + 978709d commit 986e917Copy full SHA for 986e917
1 file changed
.github/workflows/ci.yml
@@ -24,8 +24,7 @@ jobs:
24
lint-typecheck:
25
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
+ # No "needs:" from other jobs, so failures here won't block CI.
29
uses: OrrisTech/.github/.github/workflows/ci-lint-typecheck.yml@main
30
secrets: inherit
31
@@ -42,7 +41,7 @@ jobs:
42
41
security:
43
name: Security Audit
44
# Advisory only — does not block other jobs.
45
46
uses: OrrisTech/.github/.github/workflows/ci-security.yml@main
47
48
0 commit comments