-
Notifications
You must be signed in to change notification settings - Fork 34
Updates to Uncrustify Formatting #76
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
Conversation
8275240
to
374c07d
Compare
Does this not duplicate work from #82? |
374c07d
to
294ee0a
Compare
…ses. Add a README in, and add in the gitattribute file so the line endings don't get changed
294ee0a
to
44112c3
Compare
This is for uncrustify formatting |
254b2e6
to
21f2da8
Compare
…Also use quiet versions of the actions for use in large repos. This keeps the git log smaller so the page doesn't glitch out trying to show you the results
21f2da8
to
9fd21d0
Compare
push: | ||
branches: ["**"] | ||
pull_request: | ||
branches: [main,v2] |
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.
will this branch always exist?
@@ -0,0 +1,100 @@ | |||
#include <stdint.h> |
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.
Is this supposed to be named README.md?
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.
It's not super clear from first glance what each of the test files is verifying. It would be preferable to specify what rules / portion of the style standard are being validated by each test file.
This is better than the current state of this check, so approving it.
Splitting up #68 into more manageable single PRs containing just the changes to the individual actions
Will not be doing the YML files one by one, so please reference the #68 actions for proof of working
Relevant test logs can be found here