mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-24 10:16:32 +02:00
Added mvnw to excludes (#15)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user