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

Commits on Sep 6, 2024

  1. Ignore yamllint warning about truthy value "on"

    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
    wyardley committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    94d58cf View commit details
    Browse the repository at this point in the history