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.
CodeChecker parse
1 parent 0cc63cc commit a672e15Copy full SHA for a672e15
.github/workflows/static-analysis.yml
@@ -53,6 +53,12 @@ jobs:
53
## ⚠️ CodeChecker found warnings
54
Please see the 'CodeChecker Bug Reports' artifact for more details:
55
- ${{ steps.upload.outputs.artifact-url }}
56
+
57
+ `CodeChecker parse`:
58
EOF
59
60
+ echo '```' >>$GITHUB_STEP_SUMMARY
61
+ cat ${{ steps.codechecker.outputs.result-log }} >>$GITHUB_STEP_SUMMARY
62
63
64
exit 1
0 commit comments