Skip to content

Commit 23fc3b7

Browse files
author
Gonzalo Diaz
committed
[CONFIG] .NET C# code style lint/test added in Github Actions.
1 parent 7e2defe commit 23fc3b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
run: dotnet restore
3232
- name: Build
3333
run: dotnet build --no-restore
34+
- name: Lint (codestyle)
35+
run: dotnet format --verify-no-changes --verbosity normal
3436
- name: Test
3537
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)