increase verbosity
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user