Browse Source

💚 add lint to workflow

pull/58/head
Nicolas Beaussart 6 years ago
parent
commit
c9e9fa34b9
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -77,6 +77,7 @@ workflows:
- node-12 - node-12
- node-10 - node-10
- prettier - prettier
- lint
- cache: - cache:
filters: filters:
tags: tags:
@ -88,6 +89,7 @@ workflows:
- node-latest - node-latest
- node-12 - node-12
- node-10 - node-10
- lint
- prettier - prettier
filters: filters:
branches: branches:

Loading…
Cancel
Save