Files
infra/.gitea/workflows/ansible-lint.yaml
2024-09-29 21:46:35 -07:00

17 lines
314 B
YAML

name: Ansible Linting
on:
- push
jobs:
lint-everything:
runs-on: ubuntu-latest
container:
image: shockrah/ansible
steps:
- run: git init
- run: git remote add origin ${{ gitea.repositoryUrl }}
- name: git pull
- run: ansible-lint
working-directory: ansible/