chore: improve linting and formatting
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m18s
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m18s
This commit is contained in:
parent
cdc6cfbf96
commit
2c56791721
4 changed files with 31 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue