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 61676ad commit b901c51Copy full SHA for b901c51
runchecks.sh
@@ -50,7 +50,7 @@ echo $PAYLOAD_FORMAT
50
echo "Cppcheck errors:"
51
echo $PAYLOAD_CPPCHECK
52
53
-if [ "$PAYLOAD_TIDY" != ""]; then
+if [ "$PAYLOAD_TIDY" != "" ]; then
54
OUTPUT=$'**CLANG-TIDY WARNINGS**:\n'
55
OUTPUT+=$'\n```\n'
56
OUTPUT+="$PAYLOAD_TIDY"
@@ -60,7 +60,7 @@ fi
60
if [ "$PAYLOAD_FORMAT" != "" ]; then
61
OUTPUT=$'**CLANG-FORMAT WARNINGS**:\n'
62
63
- OUTPUT+="$PAYLOAD_FORMAT"eCTF20/mb/drm_audio_fw/src on
+ OUTPUT+="$PAYLOAD_FORMAT"
64
65
fi
66
@@ -71,7 +71,7 @@ if [ "$PAYLOAD_CPPCHECK" != "" ]; then
71
72
73
74
-echo "OUTPUT = $OUTPUT"
+echo "OUTPUT is: \n $OUTPUT"
75
76
PAYLOAD=$(echo '{}' | jq --arg body "$OUTPUT" '.body = $body')
77
0 commit comments