Skip to content

ci: Do not store clang-format-diff output

I had originally used a log file in !101 (merged) because clang-format-diff <= 17 didn't emit an error code in the event of non-empty output, but this is no longer the case with clang-format-diff >=18, so the use of this file is no longer justified.

Amends: cbbceb2f

Merge request reports