Skip to content

Commit

Permalink
#3571: Lint all shell scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill committed Jun 17, 2024
1 parent 6dc240d commit 4da101b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rtw-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,4 @@ jobs:
- name: Lint shell script with ShellCheck
run: |
shellcheck esmvaltool/utils/recipe_test_workflow/recipe_test_workflo\
w/app/get_esmval/bin/clone_latest_esmval.sh
find . -name "*.sh" -exec shellcheck {} \; > output.txt

0 comments on commit 4da101b

Please sign in to comment.