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