Make bors also look at clang-format & clang-tidy

This commit is contained in:
def 2020-11-03 13:52:09 +01:00
parent 643bbb53c0
commit c8efa7d150

View file

@ -3,4 +3,6 @@ status = [
"build-cmake (ubuntu-16.04)",
"build-cmake (macOS-latest)",
"build-cmake (windows-latest)",
"check-clang-tidy",
"check-style",
]