From cca920d670312d41a385a39f96bbcb7f95038323 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Apr 2026 22:18:55 +0000 Subject: [PATCH] fix(ci): break long compileall line to pass yamllint 160-char limit https://claude.ai/code/session_01X1RKFAkEwxgg6gQvJG1KCa --- .github/workflows/ci-quality-gate.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-quality-gate.yml b/.github/workflows/ci-quality-gate.yml index e2c140b..3c6067a 100644 --- a/.github/workflows/ci-quality-gate.yml +++ b/.github/workflows/ci-quality-gate.yml @@ -77,7 +77,10 @@ jobs: - name: Python syntax check (blocking) 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 run: |