Skip to content

Commit

Permalink
#3685: Fix failing check for RTW
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan committed Jul 1, 2024
1 parent 49a4909 commit c424219
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check-rtw.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow performs various validation steps for Cylc and Rose, and
# checks the documentation.
# This workflow performs various validation steps for Cylc and Rose.
name: Check Recipe Test Workflow (RTW)

# Controls when the action will run
Expand Down Expand Up @@ -68,11 +67,6 @@ jobs:
cd esmvaltool/utils/recipe_test_workflow/recipe_test_workflow
rose macro -V
- name: Check for broken links in the documentation
run: |
cd doc/sphinx/source/utils/RTW/
make linkcheck
- name: Lint shell scripts
run: |
cd esmvaltool/utils/recipe_test_workflow
Expand Down

0 comments on commit c424219

Please sign in to comment.