Browse Source

shellcheck: only fails on error for now.

pull/3008/head
Benoit Marty 3 months ago
parent
commit
0ddf2ba7b2
  1. 1
      .github/workflows/quality.yml

1
.github/workflows/quality.yml

@ -198,6 +198,7 @@ jobs: @@ -198,6 +198,7 @@ jobs:
uses: ludeeus/action-shellcheck@2.0.0
with:
scandir: ./tools
severity: error
upload_reports:
name: Project Check Suite

Loading…
Cancel
Save