mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
7 lines
139 B
YAML
7 lines
139 B
YAML
---
|
|
|
|
- id: system-hook-with-spaces
|
|
name: System hook with spaces
|
|
entry: bash -c 'echo "Hello World"'
|
|
language: system
|
|
files: \.sh$
|