ci: fix ansible-lint #178
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ jobs:
|
||||||
|
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: docker://registry.mgrote.net/ansible-devspace:latest
|
uses: docker://registry.mgrote.net/ansible-devspace:latest
|
||||||
with: # notwendig da ENTRYPOINT auf start-tmux.sh gesetzt ist
|
with:
|
||||||
args: ansible-lint--force-color --format pep8 --show-relpath
|
args: /home/ansible-dev/.local/bin/ansible-lint --force-color --format pep8 --show-relpath
|
||||||
|
|
||||||
gitleaks:
|
gitleaks:
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue