summaryrefslogtreecommitdiffstats
path: root/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml
blob: f221854a4ca7ad113b39b8c9b7774d4210a8823e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-   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]