mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
8 lines
215 B
YAML
8 lines
215 B
YAML
---
|
|
pre-commit:
|
|
commands:
|
|
check-unwanted-data:
|
|
run: >-
|
|
! ( grep -Hin -e 'example.org' -e '012345678901' {staged_files} )
|
|
|| ( printf %b '\n' 'found possibly unwanted data' >&2 && false )
|