Compare commits
2 Commits
6358e3795c
...
1a98aa504c
| Author | SHA1 | Date | |
|---|---|---|---|
|
1a98aa504c
|
|||
|
47d464109b
|
@@ -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
|
||||||
|
|||||||
@@ -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