Skip to content

Commit

Permalink
Merge pull request #927 from wyardley/wyardley/yamllint_alternate
Browse files Browse the repository at this point in the history
Ignore yamllint warning about truthy value "on"
  • Loading branch information
bastelfreak authored Sep 13, 2024
2 parents 78c09c9 + 94d58cf commit 7211fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: CI

# yamllint disable-line rule:truthy
on:
pull_request: {}
push:
Expand Down
1 change: 1 addition & 0 deletions moduleroot/.github/workflows/labeler.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: "Pull Request Labeler"

# yamllint disable-line rule:truthy
on:
pull_request_target: {}

Expand Down
1 change: 1 addition & 0 deletions moduleroot/.github/workflows/release.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: Release

# yamllint disable-line rule:truthy
on:
push:
tags:
Expand Down

0 comments on commit 7211fbf

Please sign in to comment.