We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bf761 commit 84c7e94Copy full SHA for 84c7e94
1 file changed
.github/workflows/test.yml
@@ -224,10 +224,11 @@ jobs:
224
echo "✅ All tests passed successfully." >> $GITHUB_STEP_SUMMARY
225
fi
226
227
+ echo "" >> $GITHUB_STEP_SUMMARY
228
if [ "${{ steps.phpstan.outputs.phpstan_errors }}" -eq 0 ]; then
- echo "🧹 PHPStan: Passed (0 errors)" >> $GITHUB_STEP_SUMMARY
229
+ echo "🧹 PHPStan: Passed (0 errors)." >> $GITHUB_STEP_SUMMARY
230
else
- echo "⚠️ PHPStan: ${{ steps.phpstan.outputs.phpstan_errors }} errors detected" >> $GITHUB_STEP_SUMMARY
231
+ echo "⚠️ PHPStan: ${{ steps.phpstan.outputs.phpstan_errors }} errors detected." >> $GITHUB_STEP_SUMMARY
232
233
234
- name: 📲 Notify Telegram
0 commit comments