removing ansible-lint gh action in favor of the pre-commit hooks
Some checks failed
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 34s
Wiki Resources Sanity Checks / ruff-checks (push) Successful in 17s

This commit is contained in:
2026-04-26 01:38:48 -07:00
parent fbe6e5c3e2
commit 074139e0dd

View File

@@ -1,15 +0,0 @@
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