fix(dotnet-format): use system dotnet and dotnet binary

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2024-03-15 17:14:28 +01:00
parent 7bed0443f7
commit 1eb0a0b0ed
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -14,10 +14,10 @@
- id: dotnet-format
name: dotnet format
description: Format .NET sources with dotnet format.
entry: dotnet-format
entry: dotnet format
args:
- "--include"
language: dotnet
language: system
types_or:
- c#
- vb