Skip to content

Commit

Permalink
[#187609828] Update Github Checkout Action + AnsibleLint Konfig
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed May 15, 2024
1 parent ca7e940 commit 99f9723
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
warn_list:
- name[template]
- role-name
- yaml[truthy]
offline: true
parseable: true

# Ansible > 2.10
skip_list:
- fqcn[action-core]
- fqcn[action]
- name[template]
- role-name
- yaml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
container_supported: ${{ steps.get_min_ansible_container_version.outputs.result }}
steps:
- name: Check out the codebase
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Pull Lint image
run: docker pull -q ghcr.io/rheinwerk/molecule:lint
Expand Down

0 comments on commit 99f9723

Please sign in to comment.