ff
Some checks failed
ansible-lint / Ansible Lint (pull_request) Failing after 6m11s
gitleaks / gitleaks (pull_request) Successful in 5s

This commit is contained in:
Michael Grote 2024-09-13 18:07:25 +02:00
parent 059865152e
commit edaf7e48c5

View file

@ -5,18 +5,12 @@ on:
pull_request:
jobs:
ansible-lint:
build:
name: Ansible Lint
runs-on: ubuntu-latest
container: registry.mgrote.net/ansible-devspace:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: write vault-pass
run: echo ${{ secrets.VAULTPASS }} > ./vault-pass
- uses: actions/checkout@v4
- name: Run ansible-lint
run: ansible-lint --force-color --format pep8 --show-relpath
uses: ansible/ansible-lint@main
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt