From 074139e0ddcfdd192129ac7061502f59047fec83 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 26 Apr 2026 01:38:48 -0700 Subject: [PATCH] removing ansible-lint gh action in favor of the pre-commit hooks --- .gitea/workflows/ansible-lint.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .gitea/workflows/ansible-lint.yaml diff --git a/.gitea/workflows/ansible-lint.yaml b/.gitea/workflows/ansible-lint.yaml deleted file mode 100644 index bf1465c..0000000 --- a/.gitea/workflows/ansible-lint.yaml +++ /dev/null @@ -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 -