1
0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2025-04-29 13:07:54 +02:00

Added mvnw to excludes ()

This commit is contained in:
Gareth Healy 2020-06-10 10:56:06 +01:00 committed by GitHub
parent fbd26dc426
commit 513f424cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@ statuscode=0
excludes+=( ! -path *./.git/* ) excludes+=( ! -path *./.git/* )
excludes+=( ! -path *.go ) excludes+=( ! -path *.go )
excludes+=( ! -path */mvnw )
for path in ${INPUT_IGNORE}; do for path in ${INPUT_IGNORE}; do
echo "::debug:: Adding '${path}' to excludes" echo "::debug:: Adding '${path}' to excludes"