ci: add YAML header to github action workflow files

Some github action workflow files were missing the YAML --- header.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2024-10-16 10:56:19 -06:00 committed by Richard Megginson
parent a43638333b
commit f3f5aa6c83
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
---
name: PR Title Lint
on: # yamllint disable-line rule:truthy
pull_request:

View file

@ -1,3 +1,4 @@
---
# yamllint disable rule:line-length
name: Woke
on: # yamllint disable-line rule:truthy