Skip to content

Commit

Permalink
add lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 1, 2020
1 parent 72203ea commit 3e2a417
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- run:
name: '`yarn prettier` changes committed?'
command: yarn prettier check-changed
- run:
name: Lint
command: yarn lint:ci
workflows:
version: 2
pipeline:
Expand Down

0 comments on commit 3e2a417

Please sign in to comment.