Skip to content

Commit ca5df53

Browse files
committed
ci: add YAML header to github action workflow files
Some github action workflow files were missing the YAML --- header. Signed-off-by: Rich Megginson <[email protected]>
1 parent c96cdf6 commit ca5df53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr-title-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: PR Title Lint
23
on: # yamllint disable-line rule:truthy
34
pull_request:

.github/workflows/woke.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# yamllint disable rule:line-length
23
name: Woke
34
on: # yamllint disable-line rule:truthy

0 commit comments

Comments
 (0)