OrleansContrib / Orleans.SyncWork

This package's intention is to expose an abstract base class to allow https://github.com/dotnet/orleans/ to work with long running CPU bound synchronous work, without becoming overloaded.
https://OrleansContrib.github.io/Orleans.SyncWork
MIT License
58 stars 12 forks source link

Adds `dotnet-format` to CI/CD #32

Closed Kritner closed 2 years ago

Kritner commented 2 years ago

Adds running of dotnet-format within the CI and CICD workflows. PRs will now be rejected if the dotnet-format --check command returns a non-zero status code, indicating the code (ideally the code being changed in the PR) does not follow the .editorconfig. This PR also includes a run of dotnet-format as a part of its change to get everything up to the .editorconfig's baseline.