Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): add MegaLinter workflow for code quality
- Add GitHub Action workflow with MegaLinter for automated validation - Configure specific linters: - YAML_PRETTIER for YAML formatting - KUBERNETES_HELM for Helm chart validation - KUBERNETES_KUBESCAPE for security scanning - KUBERNETES_KUBECONFORM for K8s manifest validation - SPELL_PROSELINT for prose linting - JSON_JSONLINT for JSON validation - MARKDOWN_MARKDOWNLINT for documentation - Set up artifact upload for linter reports - Exclude Chart.yaml and templates from YAML formatting
- Loading branch information