JakeWharton / SdkSearch

An Android app and Chrome extension for searching the Android SDK documentation.
Apache License 2.0
2.06k stars 175 forks source link

Do a full build on CI #158

Closed JakeWharton closed 5 years ago

JakeWharton commented 5 years ago

We previously missed tests that filed to compile (let alone run) and ktlint. The downside is that lint probably runs in too many places causing duplicate work, but oh well.