3 Commits

Author SHA1 Message Date
74474c263d chore 📦: Add new markdown lint configuration, Ansible best practices, README guidelines, AI PR review workflow, and security checks.
Some checks failed
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Failing after 1m17s
This commit includes the addition of a new markdown lint configuration to disable MD041 rule. It also introduces an Ansible best practices file, README guidelines for comprehensive project files, an AI PR review workflow, and new security checks using Gitleaks and markdown-lint.
2026-01-25 10:32:26 +01:00
4b7e3bd74b chore 📦: Add .ansible-lint config to exclude paths and enable rules
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
This commit adds a new `.ansible-lint` configuration file to specify which paths to exclude from linting and enables specific rules for better code quality.
2025-12-24 07:34:00 +01:00
fb31e2aa53 feat : Add Ansible linting workflow
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 10s
Introduce a new GitHub Actions workflow to automate Ansible linting, ensuring code quality and consistency.
2025-12-24 07:30:27 +01:00