Conversation
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
g-husam
reviewed
Feb 9, 2026
.github/workflows/build_and_test.yml
Outdated
Comment on lines
110
to
112
Collaborator
There was a problem hiding this comment.
lets also specify a particular version - clang-format-18, and use that below
Suggested change
| sudo apt-get update && sudo apt-get install -y clang-format-18 | |
| clang-format-18 --version | |
| find src -name '*.cpp' -o -name '*.h' | xargs clang-format-18 --dry-run --Werror |
Let's also specify that in the README
g-husam
approved these changes
Feb 10, 2026
Change-Id: I8ed3d4b44c398313a7b9abe8eebccafc95909737
Change-Id: I3c8af4e2a74a5dd211d8ba1f0b52fbd67554c7dc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix clang-format in build #2