Skip to content

Commit

Permalink
Fix yamllint errors and warnings
Browse files Browse the repository at this point in the history
* In rubocop.yml
* In GitHub action configs
  • Loading branch information
bastian-src committed Apr 9, 2024
1 parent 2b9a640 commit 29417df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/js_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: JavaScript Testing
# yamllint disable-line rule:truthy
on:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Ruby Tests
"on":
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Yaml Lint
on: [push] # yamllint disable-line rule:truthy
# yamllint disable-line rule:truthy
on: [push]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3

1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
inherit_gem:
theforeman-rubocop:
- strictest.yml
Expand Down

0 comments on commit 29417df

Please sign in to comment.