Make sure linting works as of now, will have to adjust later

This commit is contained in:
Daniel Cronqvist 2024-08-24 14:24:14 +02:00
parent b6721934e4
commit 251aa7fc94
2 changed files with 5 additions and 1 deletions

View file

@ -10,7 +10,6 @@ docs-build:
docfx docs/docfx.json
lint:
dotnet build src/DotTiled.sln
dotnet format style --verify-no-changes src/DotTiled.sln
dotnet format analyzers --verify-no-changes src/DotTiled.sln