From: Joel Rosdahl Date: Fri, 28 Aug 2020 06:08:33 +0000 (+0200) Subject: Treat Clang-Format discrepancies as errors X-Git-Tag: v4.0~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f1676a18575891037aa99c8774c2eb1c27da778;p=thirdparty%2Fccache.git Treat Clang-Format discrepancies as errors If it becomes too tedious for drive-by contributors we’ll disable it again. --- 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