homeserver/.gitea/workflows/ansible-lint.yaml
Michael Grote edaf7e48c5
Some checks failed
ansible-lint / Ansible Lint (pull_request) Failing after 6m11s
gitleaks / gitleaks (pull_request) Successful in 5s
ff
2024-09-13 18:07:25 +02:00

16 lines
307 B
YAML

name: ansible-lint
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt