Skip to content

Commit

Permalink
Do not run shellcheck on zsh scripts. (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
  • Loading branch information
benoit-g and ludeeus authored Nov 1, 2021
1 parent 8379299 commit ceeca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down

0 comments on commit ceeca77

Please sign in to comment.