Skip to content

Commit

Permalink
Adjust output for code style check
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Oct 30, 2023
1 parent d275aeb commit bc36843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}%`)

0 comments on commit bc36843

Please sign in to comment.