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: