Running a simple ansible-lint job
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

This commit is contained in:
2026-04-24 14:44:51 -07:00
parent 42fae4c5d8
commit 5ee16b4766

View File

@@ -1,15 +1,15 @@
name: Ansible Linting
on:
- push
push:
branches:
- master
jobs:
ansible-lint:
runs-on: ubuntu-latest
container:
image: shockrah/ansible
build:
steps:
- name: Checkout repo content
uses: actions/checkout@v4
- run: ansible-lint -c linter.yaml
working-directory: ansible/
- uses: actions/checkout@v6
- name: Perform linting actions
uses: ansible/ansible-lint@main
with:
working_directory: ansible