We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc99a1f commit 2cf245bCopy full SHA for 2cf245b
entrypoint.sh
@@ -40,7 +40,7 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
40
ktlint_version=$(ktlint --version)
41
echo "ktlint version: $ktlint_version"
42
43
-if [ "$(printf '%s\n' "0.49.0" "$ktlint_version" | sort -V | head -n1)" = "0.49.0" ]; then
+if [ "$(printf '%s\n' "0.49.1" "$ktlint_version" | sort -V | head -n1)" = "0.49.1" ]; then
44
if [ "$INPUT_ANDROID" = true ]; then
45
export ANDROID="--code-style=android_studio"
46
else
0 commit comments