mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-09-15 13:21:15 +08:00
Remove debug SARIF upload
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user