Skip to content

ci: fix clang-format-diff path

Tomáš Pecka requested to merge peckato1/dev into master

Current path was hardcoded into /usr/share/ but the executable (py script) is located in /usr/bin as well. Also, the previous path was dependent on current clang version. This new one is version-oblivious.

Merge request reports