Skip to content

Commit

Permalink
ci: add YAML header to github action workflow files
Browse files Browse the repository at this point in the history
Some github action workflow files were missing the YAML --- header.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Oct 16, 2024
1 parent 1ee4ccb commit 5f36e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-title-lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: PR Title Lint
on: # yamllint disable-line rule:truthy
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/woke.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# yamllint disable rule:line-length
name: Woke
on: # yamllint disable-line rule:truthy
Expand Down

0 comments on commit 5f36e7b

Please sign in to comment.