-
Notifications
You must be signed in to change notification settings - Fork 5
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 a cmake formatting tool in the CI #670
Conversation
tpadioleau
commented
Oct 29, 2024
•
edited
Loading
edited
- set up the CI to check cmake format with gersemi
- apply gersemi formatting
4affd90
to
149c639
Compare
7a71e9d
to
a5d2d87
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.
The commit regarding CI looks reasonable.
The changes to the cmake file seem to follow the two formatting rules: line size 100 and indentation 4. Anyway, the cmake-format check has passed along with the other checks.
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.
I guess CI can be simplified.
Other modifications are good
…ing with a formatting configuration file
74ba323
to
b073223
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.
LGTM
From yasahi-hpc "Current CI is fine then"
@science-enthusiast @cedricchevalier19 @yasahi-hpc thank you I will merge |