ci: Add clang-format check
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
b70a09e205
commit
700f9e3756
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -14,6 +14,10 @@ jobs:
|
|||||||
- name: Check indentation
|
- name: Check indentation
|
||||||
run: ./scripts/lint/indent.sh
|
run: ./scripts/lint/indent.sh
|
||||||
|
|
||||||
|
- name: Check formatting
|
||||||
|
run: ./scripts/clang-format.sh
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
tool:
|
tool:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Reference in New Issue
Block a user