Skip to content

Commit 54e200b

Browse files
Dmytro AfanasievDmytro Afanasiev
authored andcommitted
Tests markup
1 parent a156166 commit 54e200b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runchecks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ echo $PAYLOAD_CLANG
4040
echo "Cppcheck errors:"
4141
echo $PAYLOAD_CPPCHECK
4242

43-
PAYLOAD=$(echo '{}' | jq --arg body "Clang errors: $PALYLOAD_CLANG CPPCHECK ERRORS: $PAYLOAD_CPPCHECK" '.body = $body')
43+
PAYLOAD=$(echo '{}' | jq --arg body "*CLANG WARNINGS*: $PAYLOAD_CLANG \n\n\n*CPPCHECK WARNINGS*: $PAYLOAD_CPPCHECK" '.body = $body')
4444

4545
curl -s -S -H "Authorization: token $GITHUB_TOKEN" --header "Content-Type: application/vnd.github.VERSION.text+json" --data "$PAYLOAD" "$COMMENTS_URL"

0 commit comments

Comments
 (0)