From 927f3e0b47a09f35f612d7f2f84c8f728847ec61 Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Wed, 29 Apr 2020 10:46:45 -0700 Subject: [PATCH] Add a debug step --- .github/workflows/sanity_check.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index 5cda9da75..1f5f93bfb 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -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