Disable treating warning as errors (#4559)
Suppress Shellcheck warnings.
This commit is contained in:
parent
1166723044
commit
7c87c7654a
2
.github/workflows/lint-scripts-pr.yml
vendored
2
.github/workflows/lint-scripts-pr.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
||||
if grep -qE "#\!/" $file; then
|
||||
|
||||
shellcheck $file
|
||||
shellcheck --severity=error $file
|
||||
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user