-
Notifications
You must be signed in to change notification settings - Fork 0
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 CI checks #11
Comments
Do you think GitHub Actions meets our requirements? Perhaps this Issue can include adding Cmake target for code formatting and possibly for adding license notice to source files without one - so that process is automated for developers. |
Usually this process is automated outside of the build system, using tools like pre-commit (see example here) and I do think we should add this as well. |
Code formatting and |
GitHub action that runs |
In order to avoid introducing regressions, either functional, style or policy we should consider adding a CI pipeline.
Some things we could add to the CI:
The text was updated successfully, but these errors were encountered: