0

Project is written in typescript. Pre-commit hooks are implemented with husky. (They only work if husky is installed locally)

Is there a way to prevent merge of PR if lint error exists?

you_me_on
  • 61
  • 1
  • 8
  • You need [GitHub Actions](https://github.com/features/actions), example [ESLint Action](https://github.com/marketplace/actions/eslint-action) – Nikita Madeev Sep 08 '20 at 11:29
  • Another idea is to use [travis-ci](https://travis-ci.org/) which is easy to set up with GitHub. – johannchopin Sep 08 '20 at 12:04

0 Answers0