-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add CI Checks for Kotlin #186
Conversation
alexanderwiederin
commented
Nov 3, 2023
•
edited
Loading
edited
- Adds linting for non-generated Kotlin files
- Adds ability to run LDK-node-jvm tests against docker instances of bitcoind and electrs
- Adds a github workflow for Kotlin checks (excluding LDK-node-android lib generation)
0b3a940
to
8b58879
Compare
795fed0
to
a58f4f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into this!
Already looks great, just a few comments/questions.
Also, more generally, could you try to clean up the git history and group fixups with the individual commits they are belonging to, so that they can eventually be squashed into the corresponding commits before merging?
bindings/kotlin/ldk-node-jvm/lib/src/test/kotlin/org/lightningdevkit/ldknode/LibraryTest.kt
Outdated
Show resolved
Hide resolved
bindings/kotlin/ldk-node-jvm/lib/src/test/kotlin/org/lightningdevkit/ldknode/LibraryTest.kt
Show resolved
Hide resolved
bindings/kotlin/ldk-node-jvm/lib/src/test/kotlin/org/lightningdevkit/ldknode/LibraryTest.kt
Outdated
Show resolved
Hide resolved
f887082
to
d42683d
Compare
d42683d
to
52c9694
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you!