Catalogger.NET/.husky/task-runner.json

17 lines
269 B
JSON
Raw Normal View History

2024-10-09 17:11:05 +02:00
{
"$schema": "https://alirezanet.github.io/Husky.Net/schema.json",
"tasks": [
{
"name": "run-csharpier",
"command": "dotnet",
"args": [
"csharpier",
"${staged}"
],
"include": [
"**/*.cs"
]
}
]
}