CI - configure precommit hook to block commit when files from .claude… (#1149)

* CI - configure precommit hook to block commit when files from .claude/ and/or .vscode/ directories are staged

* fix sanity issue - shebang

* Remove local hook and update documentation
This commit is contained in:
Bikouo Aubin
2026-06-30 10:32:14 +02:00
committed by GitHub
parent 0836e96c2d
commit a4fc40732a
3 changed files with 22 additions and 1 deletions

6
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/ansible/cloud-content-ci-automation
rev: precommit_hook
hooks:
- id: block-ide-ai-files
always_run: true