ci: Add clang-format check

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2021-07-19 09:40:22 -06:00
committed by Jeremy Soller
parent b70a09e205
commit 700f9e3756

View File

@ -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: