Skip to content
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

moved uncrustify into a separate GitHub action #3515

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

firewave
Copy link
Collaborator

Having it run on multiple platforms doesn't make sense and also it breaking the regular build and test execution might hide other issues so we will have to potentially do multiple pushes to fix the build.

The best way would be if it were possible to run the format check before all other jobs so it will fail extremely fast, but unfortunately GitHub actions do not offer this.

Also uncrustify doesn't appear to be able to format all the code - see threadexecutor.cpp at line 255 (FD_SET).

@danmar danmar merged commit 22a684d into danmar:main Oct 18, 2021
@firewave firewave deleted the ci-format branch October 18, 2021 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants