d
Some checks failed
ansible-lint / ansible-lint (push) Failing after 0s
gitleaks / gitleaks (push) Failing after 5s
ansible-lint / ansible-lint (pull_request) Failing after 0s
gitleaks / gitleaks (pull_request) Failing after 5s

This commit is contained in:
Michael Grote 2024-08-22 21:50:45 +02:00
parent dc88010cc8
commit 66634bb18e

View file

@ -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