Files
ansible/.gitea/workflows/lint.yml
VC d750c645c7
Some checks failed
ansible-lint / lint-everything (push) Failing after 10s
👷: add ansible-lint
2025-03-14 18:15:42 +01:00

20 lines
417 B
YAML

---
name: ansible-lint
on: # yamllint disable-line rule:truthy
- push
jobs:
lint-everything:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run yamllint
uses: frenck/action-yamllint@v1
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
setup_python: "false"
requirements_file: ""