replace woodpecker-ci with gitea-act-runner #166
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -20,7 +21,7 @@ jobs:
|
||||||
run: echo $${VAULTPASS} > ./vault-pass
|
run: echo $${VAULTPASS} > ./vault-pass
|
||||||
|
|
||||||
- name: run ansible-lint
|
- name: run ansible-lint
|
||||||
run: ansible-lint --force-color --format pep8 --show-relpath
|
|
||||||
uses: docker://registry.mgrote.net/ansible-devspace:latest
|
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
|
# SSHKEY + VAULTPASS sind als Secrets auf Repo-Ebene angelegt
|
||||||
|
|
Loading…
Reference in a new issue