pre-commit/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml
2022-04-07 15:14:18 +01:00

12 lines
278 B
YAML

- 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]