File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Perform automated checks
3333 run : bash lint.sh
34-
35- # To enable CI failure notifications over Discord, add a "DISCORD_WEBHOOK" secret to the
36- # repository equal to the URL for the webhook, and then uncomment the lines below.
37-
38- # discord:
39- # name: Discord Failure Notification
40- # needs: [build_and_lint]
41- # if: always() # This is needed to always run this job, even if the other jobs fail.
42- # runs-on: ubuntu-latest
43- # steps:
44- # - uses: technote-space/workflow-conclusion-action@v2
45- # - if: env.WORKFLOW_CONCLUSION != 'success' && env.WORKFLOW_CONCLUSION != 'cancelled'
46- # uses: sarisia/actions-status-discord@v1
47- # with:
48- # webhook: ${{ secrets.DISCORD_WEBHOOK }}
49- # status: ${{ env.WORKFLOW_CONCLUSION }}
50- # title: ""
You can’t perform that action at this time.
0 commit comments