From 0f1676a18575891037aa99c8774c2eb1c27da778 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 28 Aug 2020 08:08:33 +0200 Subject: [PATCH] Treat Clang-Format discrepancies as errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit If it becomes too tedious for drive-by contributors we’ll disable it again. --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9a8ee4cc4..a316e51b8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -228,6 +228,5 @@ jobs: - name: Run Clang-Format in check mode run: misc/format-files --all --check - continue-on-error: true env: VERBOSE: 1 -- 2.47.3