-
Notifications
You must be signed in to change notification settings - Fork 1
St/style checks #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
St/style checks #41
Conversation
K-Meech
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for setting this up @thompson318 ! I've put some minor comments below.
I tried running it locally with prek, but had an error relating to .NET - so potentially an extra step is needed in the instructions for running locally?
9bb5c69 to
0874231
Compare
|
@K-Meech this should be ready for re-review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @thompson318 - looks good to me! I can run this locally now with no issues 👍
One minor comment below - I only needed to install .NET SDK manually, pre-commit handled the CSharpier install automatically.
Also, there are a few merge conflicts at the moment, so you may need to run CSharpier again.
Co-authored-by: Kimberly Meechan <24316371+K-Meech@users.noreply.github.com>
Addressing #7. Adds a github action to check style using csharpier, along with a pre-commit that can be used locally to automatically fix style.