mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-03 05:49:14 -05:00
f2644a4f2e
Specify a filename on a per hook basis and pre-commit will write the STDOUT and STDERR of that hook into the file. Useful for CI. Resolves #499.
7 lines
134 B
YAML
7 lines
134 B
YAML
- id: logfile test hook
|
|
name: Logfile test hook
|
|
entry: bin/hook.sh
|
|
language: script
|
|
files: .
|
|
log_file: test.log
|