mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +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
|
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 }} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user