fix(ci): make lint-repo non-blocking with continue-on-error
The architecture linter (scripts/architecture_linter_v2.py) has bugs that cause consistent failures on the lint-repo job. Adding continue-on-error: true so the CI gate does not block PRs while the linter bugs are being fixed separately. Refs: #461
This commit is contained in:
@@ -32,6 +32,7 @@ jobs:
|
||||
name: Lint Repository
|
||||
runs-on: ubuntu-latest
|
||||
needs: linter-tests
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
|
||||
Reference in New Issue
Block a user