talisman-secrets-scan-action/lefthook.yml

9 lines
157 B
YAML
Raw Normal View History

2023-02-18 09:09:18 +00:00
pre-commit:
parallel: true
commands:
shellcheck:
glob: "*.sh"
run: shellcheck {staged_files}
prettier:
run: prettier --check .