Skip to content

Commit f97d3fe

Browse files
committed
Run swiftlint after version check
1 parent d54b014 commit f97d3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/swiftlint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ if ! command -v swiftlint >/dev/null; then
66
brew install swiftlint
77
elif [ $(swiftlint version) != "$SWIFTLINT_VERSION" ]; then
88
brew upgrade swiftlint
9-
else
10-
swiftlint
119
fi
10+
11+
swiftlint

0 commit comments

Comments
 (0)