mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-23 02:04:22 +00:00
CI: Add discord notifications.
This commit is contained in:
parent
179dc04d8a
commit
3be352fc80
2 changed files with 48 additions and 0 deletions
8
.github/workflows/static-analysis.yml
vendored
8
.github/workflows/static-analysis.yml
vendored
|
|
@ -41,3 +41,11 @@ jobs:
|
|||
pvs-studio-analyzer trace -- make WITH_EXTRA_WARNINGS=1
|
||||
pvs-studio-analyzer analyze -e ../../imstb_rectpack.h -e ../../imstb_textedit.h -e ../../imstb_truetype.h -l ../../pvs-studio.lic -o pvs-studio.log
|
||||
plog-converter -a 'GA:1,2;OP:1' -t errorfile -w pvs-studio.log
|
||||
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: failure()
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_CI_WEBHOOK }}
|
||||
username: GitHub Actions
|
||||
color: 0xFF0000
|
||||
title: ${{ github.job }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue