Set shellcheck level to warning, can be lowered later

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

View File

@ -35,6 +35,7 @@ jobs:
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v5
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ runner.debug == '1' && !cancelled() }}