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 b1d7045 commit c8b260aCopy full SHA for c8b260a
tests/restyle.sh
@@ -13,4 +13,11 @@ CLANG_FORMAT=${CLANG_FORMAT:-clang-format-15}
13
14
cd $root
15
python $root/tests/restyle.py format --clang-format=$CLANG_FORMAT preset --include core --include arduino
16
-python $root/tests/restyle.py assert --with-summary --with-errors
+
17
+if [ $CI = "true" ] ; then
18
+ echo foo
19
+ python $root/tests/restyle.py assert --with-summary --with-errors
20
+else
21
+ echo bar
22
+ python $root/tests/restyle.py assert --with-diff
23
+fi
0 commit comments