Skip to content

Commit 513f424

Browse files
authored
Added mvnw to excludes (#15)
1 parent fbd26dc commit 513f424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runaction.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ statuscode=0
1111

1212
excludes+=( ! -path *./.git/* )
1313
excludes+=( ! -path *.go )
14+
excludes+=( ! -path */mvnw )
1415

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

73-
exit "$statuscode"
74+
exit "$statuscode"

0 commit comments

Comments
 (0)