Skip to content

Commit

Permalink
#3571: Add shellcheck to testing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill committed May 24, 2024
1 parent dcf671a commit e6f2074
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rtw-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ jobs:
conda activate rtw
cd esmvaltool/utils/recipe_test_workflow/doc
make linkcheck
- 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

0 comments on commit e6f2074

Please sign in to comment.