Print merge base

This commit is contained in:
Yanqin Jin 2020-04-29 10:57:38 -07:00
parent 6218435b37
commit cccd1d6ef3

View File

@ -30,6 +30,9 @@ jobs:
with:
args: https://raw.githubusercontent.com/llvm-mirror/clang/master/tools/clang-format/clang-format-diff.py
- name: Found merge base
run: git merge-base upstream/master HEAD
- name: Check format 1
run: |
build_tools/format-diff.sh -c