From 37253f320a7b5f5c6a8689dbe40b9bab44ec28ba Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sat, 2 Dec 2023 14:58:27 +0100 Subject: [PATCH] Add clang-format CI job This ensures all files are propperly formatted --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c82e8267e..7810bbaf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,3 +12,4 @@ include: - /gitlab-templates/linux-qt6.yml - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/windows-qt6.yml + - /gitlab-templates/clang-format.yml