We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bace8b commit ad09232Copy full SHA for ad09232
.github/workflows/bazelBuildAndTestTcp.yml
@@ -58,7 +58,9 @@ jobs:
58
echo "Please run 'find . -type f -name "*.cpp" -o -name "*.h" | xargs clang-format -i' and commit changes."
59
echo "git reports the following changes: "
60
echo "$(git status --porcelain)"
61
- echo "clang-format version: $(clang-format --version)"
+ echo "$(git diff -u)"
62
+ docker run --rm mlir-tcp:ci clang-format --version
63
+ docker run --rm mlir-tcp:ci uname -a
64
exit 1
65
fi
66
0 commit comments