From 8fe236e58785c2b6bd811b382ce8344b89546214 Mon Sep 17 00:00:00 2001 From: Ed Gillett <146008263+mo-gill@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:49:20 +0100 Subject: [PATCH] #3571: Correction of workflow name. --- .github/workflows/rtw-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rtw-tests.yml b/.github/workflows/rtw-tests.yml index fcbd716848..44cfe7bb5c 100644 --- a/.github/workflows/rtw-tests.yml +++ b/.github/workflows/rtw-tests.yml @@ -79,6 +79,6 @@ jobs: cd esmvaltool/utils/recipe_test_workflow/doc make linkcheck - - name: Lint shell script with ShellCheck + - name: Lint shell scripts with ShellCheck run: | find . -name "*.sh" -exec shellcheck {} \;