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:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
build:
|
||||||
|
name: Ansible Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: registry.mgrote.net/ansible-devspace:latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: write vault-pass
|
|
||||||
run: echo ${{ secrets.VAULTPASS }} > ./vault-pass
|
|
||||||
|
|
||||||
- name: Run ansible-lint
|
- 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
|
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt
|
||||||
|
|
Loading…
Reference in a new issue