Skip to content

Commit

Permalink
Added mvnw to excludes (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Jun 10, 2020
1 parent fbd26dc commit 513f424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runaction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ statuscode=0

excludes+=( ! -path *./.git/* )
excludes+=( ! -path *.go )
excludes+=( ! -path */mvnw )

for path in ${INPUT_IGNORE}; do
echo "::debug:: Adding '${path}' to excludes"
Expand Down Expand Up @@ -70,4 +71,4 @@ for file in "${filepaths[@]}"; do
shellcheck "$file" || statuscode=$?
done

exit "$statuscode"
exit "$statuscode"

0 comments on commit 513f424

Please sign in to comment.