increase verbosity
Some checks failed
Linting / YAML Lint (push) Successful in 9s
Linting / Ansible Lint (push) Failing after 28s

This commit is contained in:
2026-01-02 20:30:45 +03:00
parent 47d464109b
commit 1a98aa504c

View File

@@ -24,7 +24,9 @@ pre-commit:
- name: "ansible-lint" - name: "ansible-lint"
glob: "**/*.{yml,yaml}" glob: "**/*.{yml,yaml}"
run: "uv run ansible-lint --profile production --exclude .gitea/ {staged_files}" exclude:
- ".gitea"
run: "uv run ansible-lint --profile production --offline -- {staged_files}"
- name: "gitleaks" - name: "gitleaks"
run: "gitleaks git --staged" run: "gitleaks git --staged"