From ceeca77f6538b97991ca2c2a2ebe1ab64e573b5e Mon Sep 17 00:00:00 2001 From: Benoit Date: Mon, 1 Nov 2021 10:08:12 +0100 Subject: [PATCH] Do not run shellcheck on zsh scripts. (#48) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index d2aeee6..3dd58f3 100644 --- a/action.yaml +++ b/action.yaml @@ -117,7 +117,7 @@ runs: id: filepaths run: | declare -a filepaths - shebangregex="^#! */[^ ]*/(env *)?[abkz]*sh" + shebangregex="^#! */[^ ]*/(env *)?[abk]*sh" for path in $(find "${{ inputs.scandir }}" \ -type f -type f ${{ steps.exclude.outputs.excludes }} \