dd
This commit is contained in:
parent
63219b8d62
commit
059865152e
1 changed files with 2 additions and 5 deletions
|
@ -7,6 +7,7 @@ on:
|
|||
jobs:
|
||||
ansible-lint:
|
||||
runs-on: ubuntu-latest
|
||||
container: registry.mgrote.net/ansible-devspace:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
@ -16,10 +17,6 @@ jobs:
|
|||
run: echo ${{ secrets.VAULTPASS }} > ./vault-pass
|
||||
|
||||
- name: Run ansible-lint
|
||||
uses: docker://registry.mgrote.net/ansible-devspace:latest
|
||||
with:
|
||||
entrypoint: ["/bin/bash", "-c"]
|
||||
args: |
|
||||
ansible-lint --force-color --format pep8 --show-relpath
|
||||
run: ansible-lint --force-color --format pep8 --show-relpath
|
||||
|
||||
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt
|
||||
|
|
Loading…
Reference in a new issue