Skip to content

Commit

Permalink
Fix yamllint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Jan 18, 2024
1 parent 8d8ee14 commit e656d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-commit-message-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 'Commit message check'

# yamllint disable-line rule:truthy
on:
workflow_call:
secrets:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/commit-message-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 'Commit message check'

# yamllint disable-line rule:truthy
on:
pull_request:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/perl-lint-checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 'Perl static checks'

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

0 comments on commit e656d00

Please sign in to comment.