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 name: Ansible Linting
on: on:
- push push:
branches:
- master
jobs: jobs:
ansible-lint: build:
runs-on: ubuntu-latest
container:
image: shockrah/ansible
steps: steps:
- name: Checkout repo content - uses: actions/checkout@v6
uses: actions/checkout@v4 - name: Perform linting actions
- run: ansible-lint -c linter.yaml uses: ansible/ansible-lint@main
working-directory: ansible/ with:
working_directory: ansible