-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add workflows for running gofmt and golint in PRs #10
Comments
Hello @DelusionalOptimist , I would like to pick this up. |
Could also add static-check while we're at it, helps with enforcing a standardized style for writing Go code. |
Agreed ✔️ Sure @PankhudiB, go ahead! |
Hey @PankhudiB, how's the progress on this? |
Hey, Sorry to let you know but I am out sick since last couple of days. As much as I want to work on this I don't think I ll be able to recover soon. You can unassign me from this issue. :| |
Hey @DelusionalOptimist should I make the gofmt and golint operations in the build file itself or should I make seperate yaml files for them? |
@elle-Bee feel free to create new files. It'll be convenient to have formatting/linting related workflows and build/tests separate. |
See #7
The text was updated successfully, but these errors were encountered: