Do not run shellcheck on zsh scripts. (#48)

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
Benoit 2021-11-01 10:08:12 +01:00 committed by GitHub
parent 8379299538
commit ceeca77f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ runs:
id: filepaths id: filepaths
run: | run: |
declare -a filepaths declare -a filepaths
shebangregex="^#! */[^ ]*/(env *)?[abkz]*sh" shebangregex="^#! */[^ ]*/(env *)?[abk]*sh"
for path in $(find "${{ inputs.scandir }}" \ for path in $(find "${{ inputs.scandir }}" \
-type f -type f ${{ steps.exclude.outputs.excludes }} \ -type f -type f ${{ steps.exclude.outputs.excludes }} \