infra/.gitea/workflows/ansible-lint.yaml

17 lines
314 B
YAML
Raw Normal View History

2024-09-30 04:46:35 +00:00
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/