Multiple pull-request ticks/crosses in github?

We’ve been using circleci for running tests.

We’d also like to add linting to the build process, but would like that to show as a separate tick/cross in the pull request so the reviewers and author can easily distinguish between linting warnings and failed tests.

I suspect we’d have to use a separate build to achieve this? Wondering if there’s a simpler way though.

With CircleCI 2.0, you can define a separate job in your workflow to achieve this.

1 Like