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.
1 parent 80d8d71 commit 4e892e7Copy full SHA for 4e892e7
1 file changed
.github/workflows/pr.yml
@@ -30,6 +30,8 @@ jobs:
30
message: |
31
## :arrow_right: Commit ${{ github.event.pull_request.head.sha }}
32
33
+ ## :clipboard: [Logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
34
+
35
## :mag: Linting results:
36
${{ needs.py-lint.result == 'success' && ':heavy_check_mark:' || ':x:' }} Python Linting
37
0 commit comments