Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore yamllint warning about truthy value "on" #927

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

wyardley
Copy link
Contributor

@wyardley wyardley commented Sep 6, 2024

GitHub actions expects "on" as a key, even though in YAML, "on" is a special / truthy value. It's safe to ignore this since GitHub Actions parses it correctly.

Add an explicit ignore for the next line only
Alternate approach to #838

This might be less "technically" correct, but could be another way to go.

GitHub actions expects "on" as a key, even though in YAML, "on" is a
special / truthy value. It's safe to ignore this since GitHub Actions
parses it correctly.

Add an explicit ignore for the next line only
Alternate approach to voxpupuli#838
@bastelfreak bastelfreak merged commit 7211fbf into voxpupuli:master Sep 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants