Add a debug step

This commit is contained in:
Yanqin Jin 2020-04-29 10:46:45 -07:00
parent 3e4d51953a
commit 927f3e0b47

View File

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