fix: use pre-installed yamllint from runner-tools image
yamllint is now pre-installed in the runner-tools Docker image. Removes fragile pip install step that was failing silently. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ab4f0ed8c8
commit
3aca0fcea7
@ -18,7 +18,6 @@ jobs:
|
|||||||
- name: YAML Lint
|
- name: YAML Lint
|
||||||
run: |
|
run: |
|
||||||
echo "=== YAML Lint ==="
|
echo "=== YAML Lint ==="
|
||||||
pip install -q --break-system-packages yamllint
|
|
||||||
yamllint -d "{extends: relaxed, rules: {line-length: {max: 200}}}" \
|
yamllint -d "{extends: relaxed, rules: {line-length: {max: 200}}}" \
|
||||||
environments/ argocd-apps/ apps/
|
environments/ argocd-apps/ apps/
|
||||||
echo "YAML lint passed"
|
echo "YAML lint passed"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user