fix ansible lint profile
This commit is contained in:
@@ -47,4 +47,4 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Run ansible-lint
|
||||
run: ansible-lint .
|
||||
run: ansible-lint --profile production .
|
||||
|
||||
@@ -24,7 +24,7 @@ pre-commit:
|
||||
|
||||
- name: "ansible-lint"
|
||||
glob: "**/*.{yml,yaml}"
|
||||
run: "uv run ansible-lint --profile production {staged_files}"
|
||||
run: "uv run ansible-lint --profile production --exclude .gitea/ {staged_files}"
|
||||
|
||||
- name: "gitleaks"
|
||||
run: "gitleaks git --staged"
|
||||
|
||||
Reference in New Issue
Block a user