mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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:
parent
a43638333b
commit
f3f5aa6c83
2 changed files with 2 additions and 0 deletions
1
.github/workflows/pr-title-lint.yml
vendored
1
.github/workflows/pr-title-lint.yml
vendored
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: PR Title Lint
|
||||
on: # yamllint disable-line rule:truthy
|
||||
pull_request:
|
||||
|
|
|
|||
1
.github/workflows/woke.yml
vendored
1
.github/workflows/woke.yml
vendored
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
# yamllint disable rule:line-length
|
||||
name: Woke
|
||||
on: # yamllint disable-line rule:truthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue