Skip to content

Add GitHub actions #492

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

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