Output clang-format issues in job
Summary
This MR:
- Outputs the clang-format output in the job logs (so that you don't have to always click on the artifacts to see the differences)
- Changes the extension from
.out
to.diff
(as it's outputting a diff file) - Reduces the amount of stuff
git fetch
fetches
Additional Required Actions
- Requires manual tests in pre-production: NO
- Requires a documentation update: NO
References
Closes #973 (closed)
Edited by Niels Alexander Buegel
Merge request reports
Activity
added Continuous Integration ci: pipeline typemaintenance labels
assigned to @nbugel
added 1 commit
- 531a5876 - Added output of clang format to job logs and improved git fetch behaviour
added workflowin progress label
Please register or sign in to reply