diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 88997f9c..2e950356 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -118,5 +118,5 @@ jobs: Static Analysis: - - Code Style: `${{ needs.style.result == 'success' && '✅' || '❌' }}` + - Code Style: ${{ needs.style.result == 'success' && '✅ OK' || '❌ Failed' }} - Docblocks: `${{ needs.docblocks.outputs.documented }} / ${{ needs.docblocks.outputs.total }}` (`${{ needs.docblocks.outputs.percent }}%`)