autonomousapps / gradle-best-practices-plugin

Gradle Plugin that detects violations of Gradle best practices in Gradle Plugins
Apache License 2.0
181 stars 3 forks source link

Add a GitHub Action that runs checks on every PR #5

Closed oheyadam closed 1 year ago

oheyadam commented 2 years ago

Just wanted to get the ball rolling on this. Fairly simple stuff for now, feel free to add more steps like saving artifacts, etc. I've chosen to use the Gradle Build Action because in my testing on another project, it was a lot more robust at caching when compared to actions/cache@v2 (i.e., it actually worked).

oheyadam commented 2 years ago

I must say I'm quite confused as to why this action didn't run for this PR. Maybe it has to be merged into main first?