1
0
Fork 0
pre-commit/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml

13 lines
274 B
YAML
Raw Normal View History

- id: dotnet-example-hook
name: Test Project 1
description: Test Project 1
entry: proj1
language: dotnet
stages: [commit]
- id: proj2
name: Test Project 2
description: Test Project 2
entry: proj2
language: dotnet
stages: [commit]