Files
infra-lead b52b64a542
CI / Workflow YAML lint (pull_request) Successful in 17s
CI / Python script lint (pull_request) Successful in 59s
CI / Secrets scan (pull_request) Successful in 1m29s
[infra-lead-agent] fix(ci): use Python heredoc for YAML lint to avoid bash quoting issues
Previous bash script used python3 -c with inline Python code which had
quoting/escaping issues in Gitea Actions runners. Switch to a heredoc
(python3 - << 'PYEOF') which is cleaner and avoids shell quoting problems.

Also use compileall via py_compile in a loop for Python lint.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 19:05:12 +00:00
..