Files
infra/.gitea/workflows/ansible-lint.yaml
shockrah 5ee16b4766
Some checks failed
Ansible Linting / build (push) Failing after 1m26s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 17s
Wiki Resources Sanity Checks / ruff-checks (push) Successful in 7s
Running a simple ansible-lint job
2026-04-24 14:44:51 -07:00

16 lines
262 B
YAML

name: Ansible Linting
on:
push:
branches:
- master
jobs:
build:
steps:
- uses: actions/checkout@v6
- name: Perform linting actions
uses: ansible/ansible-lint@main
with:
working_directory: ansible