-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
chore: add check_code_format
workflow
#19
Conversation
I am on a rush, I will test it during the week-end. I made a lot of spaces on empty lines :( Very nice first contribution. I guess this fixes issue #16 . |
Nimpretty, as far as I can tell, is a code formatter - it does not perform any static analysis. |
@Panquesito7 Now the workflow fails if there are some It works on my side: I hope you were not floated by e-mails with every commit - I have forgotten to change it to a draft. |
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.
Looks great! Thanks. 🚀
run_nimpretty
workflowrun_nimpretty
workflow
I propose replacing the bash script with a task from #21. |
run_nimpretty
workflowcheck_code_format
workflow
This PR adds a workflow running the command
nim prettyfy
on the entire project.The added workflow is executed on every push to master and pull reques
It turned out, that there are already two files, which are not correctly formatted: c6acd82.
The shell script could be removed thanks to #21.