mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 09:31:57 +01:00
Do not run shellcheck on zsh scripts. (#48)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
parent
8379299538
commit
ceeca77f65
@ -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 }} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user