Skip to content

Commit

Permalink
Fix yamllint
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 f16b1d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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
1 change: 0 additions & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ jobs:
- 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 f16b1d5

Please sign in to comment.