Skip to content

Conversation

ArthurKun21
Copy link

@ArthurKun21 ArthurKun21 commented May 21, 2025

Hello

was thinking of checking kotlin-inject for migration of my android project into KMP and then I saw #486 and figured I can do the simple stuff of building initial setup of Github actions and let you take care of the publishing and other complex stuff.

Admittedly I do not know the other stuff and I only did what I know that I can do


Changes made with this PR

I also made another workflow for lint check. This one will always run on all of the commits in the pull request and pushes to main branch

I personally like the separation of the build and a lint check so that you could track each separately


I did not add dependabot as you might be thinking of other ci for example like renovate but if you do this is the simple code for it

.github/dependabot.yml

version: 2
updates:
  - package-ecosystem: "gradle" 
    directory: "/"
    schedule:
      interval: "daily"

@evant
Copy link
Owner

evant commented May 21, 2025

oh thanks, will take a look!
may run these in parallel for a while to see if github actions is more reliable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants