Skip to content

Commit

Permalink
#3571: Modify shellcheck test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill committed Jun 18, 2024
1 parent 5b8c0e1 commit 8eae9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rtw-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
- name: Lint shell scripts in Recipe Test Worklow with ShellCheck
run: |
cd esmvaltool/utils/recipe_test_workflow
find . -name "*.sh" -exec shellcheck {} \;
output=$(find . -name "*.sh" -exec shellcheck {} \;)
if [ "$output" ]; then exit 1; else exit 0; fi

0 comments on commit 8eae9be

Please sign in to comment.