removing ansible-lint gh action in favor of the pre-commit hooks
This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user