More lint fixing

This commit is contained in:
Daniel Cronqvist 2024-08-22 21:12:16 +02:00
parent bb8c3a133c
commit b6721934e4
7 changed files with 36 additions and 108 deletions

View file

@ -19,7 +19,7 @@ jobs:
run: dotnet build --no-restore src/DotTiled.sln
- name: Test
run: dotnet test --no-build --verbosity normal src/DotTiled.sln
- name: Lint
run: |
dotnet format style --verify-no-changes --verbosity diagnostic src/DotTiled.sln
dotnet format analyzers --verify-no-changes --verbosity diagnostic src/DotTiled.sln
- name: Lint style
run: dotnet format style --verify-no-changes --verbosity diagnostic src/DotTiled.sln
- name: Lint analyzers
run: dotnet format analyzers --verify-no-changes --verbosity diagnostic src/DotTiled.sln