ff
This commit is contained in:
parent
059865152e
commit
edaf7e48c5
1 changed files with 4 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue