ember-components / ember-component-patterns

Transforming https://emberjs-1.gitbook.io/ember-component-patterns/ into an Ember app
7 stars 2 forks source link

Have CI Fail if tests or linting fails #64

Open hergaiety opened 3 years ago

hergaiety commented 3 years ago

We have a linter, we have tests, we have CI - we just need to have CI listen to the result of running linting and tests and only allow merges if all is green.