d
This commit is contained in:
parent
dc88010cc8
commit
66634bb18e
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
ansible-lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
@ -20,7 +21,7 @@ jobs:
|
|||
run: echo $${VAULTPASS} > ./vault-pass
|
||||
|
||||
- name: run ansible-lint
|
||||
run: ansible-lint --force-color --format pep8 --show-relpath
|
||||
uses: docker://registry.mgrote.net/ansible-devspace:latest
|
||||
run: ansible-lint --force-color --format pep8 --show-relpath
|
||||
|
||||
# SSHKEY + VAULTPASS sind als Secrets auf Repo-Ebene angelegt
|
||||
|
|
Loading…
Reference in a new issue