LopyLuna / Create-Dreams-and-Desires

Other
20 stars 25 forks source link

add Gradle CI Github Action #100

Closed ProjectHSI closed 2 months ago

ProjectHSI commented 3 months ago

feel free to ask about adding the file produced to the artifacts list (visible on the workflow run page).

dependency submission in the file is commented out since this repo doesn't have dependency graph enabled if you wish to enable it, look into the security tab at the top and comment the code in the yml file.

LopyLuna commented 3 months ago

could you elaborate it little bit more simpler i cant read for shit right now im sorry :P

ProjectHSI commented 2 months ago

sorry for late response - basically just checks to see whether it compiles every time you push & allows contributors to see if their changes work without having to compile on their machine (bit of a hassle for a typo fix to see if you didn't break anything)

dependency graph lets you see what dependencies you have & allows for automatic pull requests to update a dependency (security updates, stuff like that)

ProjectHSI commented 2 months ago

https://github.com/LopyLuna/Create-Dreams-and-Desires/actions/runs/10693372970/job/29643411239 look here to see the progress of your new action