Github Bot
Poster of Commits
Run gradle checks for pull requests. (#57)
* Run gradle checks for pull requests.
Among many other things, thiss will run spotlessCheck to make sure
that code has been properly formatted.
* Rename Run Checks -> Run Tests.
Apparently our repository still requires _something_ to be called Run
Tests. I guess I'd rather have a slightly misnamed task, than an empty
or redundant task.
View on Github
* Run gradle checks for pull requests.
Among many other things, thiss will run spotlessCheck to make sure
that code has been properly formatted.
* Rename Run Checks -> Run Tests.
Apparently our repository still requires _something_ to be called Run
Tests. I guess I'd rather have a slightly misnamed task, than an empty
or redundant task.
View on Github