Skip to content

Commit 2cf245b

Browse files
authored
fix: apply code-style=android_studio starting ktlint v0.49.1 (#42)
1 parent cc99a1f commit 2cf245b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
4040
ktlint_version=$(ktlint --version)
4141
echo "ktlint version: $ktlint_version"
4242

43-
if [ "$(printf '%s\n' "0.49.0" "$ktlint_version" | sort -V | head -n1)" = "0.49.0" ]; then
43+
if [ "$(printf '%s\n' "0.49.1" "$ktlint_version" | sort -V | head -n1)" = "0.49.1" ]; then
4444
if [ "$INPUT_ANDROID" = true ]; then
4545
export ANDROID="--code-style=android_studio"
4646
else

0 commit comments

Comments
 (0)