Remove debug SARIF upload

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König 2025-04-07 21:25:29 +02:00
parent b271dbf606
commit bda81cb2f5
No known key found for this signature in database

View File

@ -38,13 +38,6 @@ jobs:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ runner.debug == '1' && !cancelled() }}
name: Upload artifact with ShellCheck defects in SARIF format
uses: actions/upload-artifact@v4
with:
name: Differential ShellCheck SARIF
path: ${{ steps.ShellCheck.outputs.sarif }}
- name: Spell-Checking
uses: codespell-project/actions-codespell@master
with: