infra/.gitea/workflows/ansible-lint.yaml
Workflow config file is invalid. Please check your config file: yaml: line 12: could not find expected ':'
shockrah f141a42689
Some checks failed
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s
idk bro
2024-09-29 21:49:06 -07:00

16 lines
268 B
YAML

name: Ansible Linting
on:
- push
jobs:
ansible-lint:
runs-on: ubuntu-latest
container:
image: shockrah/ansible
steps:
- name: Checkout repo content
actions/checkout@v4
- run: ansible-lint
working-directory: ansible/