Skip to content

ci: download .clang-format during CI runs

Kristen McWilliam requested to merge work/merritt/clang-format-ci-fix into master

Since the .clang-format file is not checked into git, we need to download it during the CI runs or else the formatter will run with its default settings.

Merge request reports