mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-08 17:05:17 +02:00
Remove debug SARIF upload
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
b271dbf606
commit
bda81cb2f5
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user