Add a debug step
This commit is contained in:
parent
3e4d51953a
commit
927f3e0b47
4
.github/workflows/sanity_check.yml
vendored
4
.github/workflows/sanity_check.yml
vendored
@ -30,6 +30,10 @@ jobs:
|
||||
with:
|
||||
args: https://raw.githubusercontent.com/llvm-mirror/clang/master/tools/clang-format/clang-format-diff.py
|
||||
|
||||
- name: Check format 1
|
||||
run: |
|
||||
build_tools/format-diff.sh -c
|
||||
|
||||
- name: Check format
|
||||
run: make check-format
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user