mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 00:54:42 +04:00
11 lines
236 B
YAML
11 lines
236 B
YAML
- id: docker-hook
|
|
name: Docker test hook
|
|
entry: echo
|
|
language: docker
|
|
files: \.txt$
|
|
|
|
- id: docker-hook-failing
|
|
name: Docker test hook with nonzero exit code
|
|
entry: bork
|
|
language: docker
|
|
files: \.txt$
|