refactor ♻️: Refactor workflows to include issues and push events, add PR check workflow
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 12s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s

This commit refactors the existing workflows by removing 'pull_request' triggers from ansible-lint and markdown-lint.yml files. It also adds a new workflow file `.gitea/workflows/pr-check-yaml` for performing checks on pull requests.
This commit is contained in:
2026-02-14 08:35:56 +01:00
parent 8199aabc38
commit 75693ebf2e
4 changed files with 166 additions and 5 deletions

View File

@@ -1,9 +1,7 @@
---
name: Gitleaks Scan
on:
push:
pull_request:
on: [issues, push]
jobs:
gitleaks: