Skip to content

Commit

Permalink
#3571: Test removing shellcheck to see if workflow still prints conda…
Browse files Browse the repository at this point in the history
… env.
  • Loading branch information
mo-gill committed Jun 20, 2024
1 parent 0815666 commit b888455
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-rtw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,3 @@ jobs:
- name: Lint shell scripts in Recipe Test Workflow with ShellCheck
run: |
cd esmvaltool/utils/recipe_test_workflow
output=$(find . -name "*.sh" -exec shellcheck {} \;)
if [ "$output" ]; then echo "${output}" && exit 1; fi

0 comments on commit b888455

Please sign in to comment.