From 700f9e37569e03a36fba883f1fcdd25a76a0a17e Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 19 Jul 2021 09:40:22 -0600 Subject: [PATCH] ci: Add clang-format check Signed-off-by: Tim Crawford --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d900e64..b2968ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ jobs: - name: Check indentation run: ./scripts/lint/indent.sh + - name: Check formatting + run: ./scripts/clang-format.sh + continue-on-error: true + tool: strategy: matrix: