-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 the GitHub Super Linter #21
Conversation
Sorry @BaseMax I will fix this I just noticed mate |
Thanks, there are some Conflicting. |
Alpha project? I don't know anything about this. |
What's required in this repo. we need a perfect C lint. Auto beautify and suggest c bug. |
Great to know about that. Please assign me to that C lint task as an issue. I think I can do something like that as I know a lot about linters. Just need a little time to research C a bit more. |
Add pre-commit framework. Add GitHub actions to check spelling, trailing whitespace and merge conflicts. Add contributing guide. Remove trailing whitespace. Fix markdownlint errors.
It seems GitHub actions don't run when first added to the repo. So we need to merge this first and then on the next pull request the build and tests will run |
I set this up to only run on pull requests that is all the tests |
|
Add pre-commit framework.
Add GitHub actions to check spelling, trailing whitespace and merge conflicts.
Add contributing guide.
Remove trailing whitespace.
Fix markdownlint errors.