ci: fix ansible-lint #178

Merged
mg merged 18 commits from al into master 2024-09-13 19:31:39 +02:00
Showing only changes of commit 59f61c0b6a - Show all commits

View file

@ -12,11 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Gitleaks
- name: Run ansible-lint
uses: docker://zricethezav/gitleaks:v8.18.4
options: --entrypoint ansible-lint
with:
args: --force-color --format pep8 --show-relpath
args: tmux detach-client; ansible-lint--force-color --format pep8 --show-relpath
gitleaks:
steps: