alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

Missing CI on PRs #305

Closed kkocel closed 2 years ago

kkocel commented 2 years ago

Currently, there is no CI setup for this project. I would like to have it enabled to prevent merging code that does not compile.

I noticed that there is a travis file in the repo but it's not configured.

CC @doiron

doiron commented 2 years ago

yes thanks for creating this issue. We just enabled the Branch protection yesterday and talked about adding checks shortly. We can potentially this issue to track the changes.

doiron commented 2 years ago

added some CI safety check on PRs.