This commit is contained in:
Louis Seubert 2026-05-16 23:04:09 +02:00
commit 797a1d3721
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
14 changed files with 1377 additions and 987 deletions

View file

@ -34,6 +34,10 @@ jobs:
run: |
dotnet pack -p:ContinuousIntegrationBuild=true
- name: dotnet format --verify-no-changes
run: |
dotnet format --no-restore --verify-no-changes --verbosity normal
- name: dotnet test
run: |
dotnet test -p:ContinuousIntegrationBuild=true