chore: improve linting and formatting
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m18s

This commit is contained in:
Louis Seubert 2026-05-09 22:35:20 +02:00
commit 2c56791721
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
4 changed files with 31 additions and 32 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
dotnet test -p:ContinuousIntegrationBuild=true

View file

@ -29,8 +29,12 @@ jobs:
run: |
dotnet test -p:ContinuousIntegrationBuild=true
- name: dotnet format --verify-no-changes
run: |
dotnet format --no-restore --verify-no-changes --verbosity normal
- name: dotnet nuget push
run: |
# The token used here is only intended to publish packages
dotnet nuget push -k "${{ secrets.geekeey_package_registry }}" \
artifacts/package/release/Geekeey.*.nupkg
artifacts/package/release/Geekeey.*.nupkg