Skip to content

Commit

Permalink
#3571: Attempt to get non-zero exit on shellcheck warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill committed Jun 18, 2024
1 parent 896a0bd commit 776a231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rtw-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cd esmvaltool/utils/recipe_test_workflow/doc
make linkcheck
- name: Lint shell scripts with ShellCheck
- name: Lint shell scripts in Recipe Test Worklow with ShellCheck
run: |
cd esmvaltool/utils/recipe_test_workflow
find . -name "*.sh" -exec shellcheck {} \;
find . -name "*.sh" -exec shellcheck --severity=warning {} \;

0 comments on commit 776a231

Please sign in to comment.