fix(dotnet-format): use system dotnet and dotnet binary
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
7bed0443f7
commit
1eb0a0b0ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue