We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91030a5 commit 2e94580Copy full SHA for 2e94580
1 file changed
‎.github/workflows/ci.yml‎
@@ -23,6 +23,9 @@ concurrency:
23
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
29
uses: OrrisTech/.github/.github/workflows/ci-lint-typecheck.yml@main
30
secrets: inherit
31
@@ -33,12 +36,13 @@ jobs:
33
36
34
37
build:
35
38
name: Build
- needs: [lint-typecheck]
39
uses: OrrisTech/.github/.github/workflows/ci-build.yml@main
40
41
42
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