Compare commits

...

2 Commits

Author SHA1 Message Date
1a98aa504c increase verbosity
Some checks failed
Linting / YAML Lint (push) Successful in 9s
Linting / Ansible Lint (push) Failing after 28s
2026-01-02 20:30:45 +03:00
47d464109b increase verbosity 2026-01-02 20:24:19 +03:00
2 changed files with 4 additions and 2 deletions

View File

@@ -47,4 +47,4 @@ jobs:
fi fi
- name: Run ansible-lint - name: Run ansible-lint
run: ansible-lint --profile production -vv . run: ansible-lint --profile production -vv

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"