pre-commit/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml
2022-04-07 13:16:56 -04:00

12 lines
274 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]