infra/.gitea/workflows/ansible-lint.yaml
shockrah fba534b9df
Some checks failed
Ansible Linting / lint-everything (push) Failing after 1s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 17s
Actions demo / simple-echo (push) Has been cancelled
Checking with ansible ling
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/