fix(ci): break long compileall line to pass yamllint 160-char limit
https://claude.ai/code/session_01X1RKFAkEwxgg6gQvJG1KCa
This commit is contained in:
5
.github/workflows/ci-quality-gate.yml
vendored
5
.github/workflows/ci-quality-gate.yml
vendored
@@ -77,7 +77,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Python syntax check (blocking)
|
- name: Python syntax check (blocking)
|
||||||
run: |
|
run: |
|
||||||
python -m compileall marketing-skill product-team c-level-advisor engineering-team ra-qm-team engineering business-growth finance project-management scripts
|
python -m compileall \
|
||||||
|
marketing-skill product-team c-level-advisor \
|
||||||
|
engineering-team ra-qm-team engineering \
|
||||||
|
business-growth finance project-management scripts
|
||||||
|
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user