Render yamllint output as readable text in CI #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "clean-ci-yamllint-output"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Force yamllint's standard (grouped) format in the Lint YAML step.
Under a runner, yamllint sets GITHUB_ACTIONS and auto-selects its
githuboutput format, emitting::warning file=...::annotations that render as noise in the log. The document-start/truthy warnings are kept on purpose (.yamllint) and only errors fail the run, so behavior is unchanged — just legible.