replace woodpecker-ci with gitea-act-runner #166

Merged
mg merged 47 commits from act into master 2024-08-22 22:45:14 +02:00
Showing only changes of commit 66634bb18e - Show all commits

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