gastsail / CocktailApp

Cocktails Android App with Clean Architecture, MVVM , Retrofit, Coroutines, Navigation Components , Room, Dagger Hilt, Cache Strategy and Coroutines Flow
MIT License
446 stars 77 forks source link

Implements github actions lint #9

Closed dionisioedu closed 3 years ago

gastsail commented 3 years ago

hey @dionisioedu thanks you so much for your contribution ! Could you please briefly describe what lint options you added to the project and what they do ? thanks

dionisioedu commented 3 years ago

hey @dionisioedu thanks you so much for your contribution ! Could you please briefly describe what lint options you added to the project and what they do ? thanks

It runs some validations on the code at every new pull request.

gastsail commented 3 years ago

yep, which validations it runs ? thanks @dionisioedu

dionisioedu commented 3 years ago

yep, which validations it runs ? thanks @dionisioedu

In the page: Runs a Gradle Lint check on all files in the repo and creates a Github "Check Run" report with the results

https://github.com/mobileposse/github-android-lint-action

gastsail commented 3 years ago

Thanks for your contribution @dionisioedu