-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--code-style
argument will cause error
#48
Comments
code_style
argument will cause error--code-style
argument will cause error
+1 |
1 similar comment
+1 |
Until it is fixed, a workaround to get builds working again is to explicitly set the ktlint version to a previous one (i.e. with:
...
ktlint_version: 1.1.1
... |
Thanks for reporting. The action should not be using Our goal in the entrypoint script was to make it work with any ktlint version so we have a logic of comparing versions and passing different values for android support. Should be fixed with #50 |
Co-authored-by: Ghais Zaher <[email protected]>
Fixed with #51 |
Summary
1.2.0
got released today, and CI is failing for us usinglatest
.Seems like this has been deprecated for a while now, so perhaps time to remove it?
Expected behavior
CI runs
Current behavior
ktlint
will return an error without executing.The text was updated successfully, but these errors were encountered: