Browse Source

shellcheck: only fails on warnings for now.

pull/3008/head
Benoit Marty 3 months ago
parent
commit
060b733ce4
  1. 2
      .github/workflows/quality.yml

2
.github/workflows/quality.yml

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

Loading…
Cancel
Save