-
-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Swap git diff logic to github action when running qmk info #9978
Conversation
Seems ok, just needs a rollback on the test with the xd84? |
Was waiting for part 1 of the theoretical scenario to confirm behaviour. Before...
now
Seems solid so good to go once i force back out and force push. |
9ba2cf4
to
6019ad3
Compare
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.
#pragma weak
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.
__attribute__ ((weak))
✔️
Thanks! |
* swap git diff logic to github action * Print out layouts when linting
* swap git diff logic to github action * Print out layouts when linting
Description
At the moment, PRs can sometime fail due to the current method of detecting changes. The scenario as I currently understand is as follows:
git diff ....
which now reports the changes to masterTypes of Changes
Checklist