Browse Source

add workflows

circleci-project-setup
Louis Dutoit 6 years ago
parent
commit
4670f5762c
  1. 9
      .circleci/config.yml

9
.circleci/config.yml

@ -15,4 +15,11 @@ jobs:
lint:
<<: *shared_docker
steps:
- run: yarn lint && yarn format:check
- run: yarn lint && yarn format:check
workflows:
version: 2
build_test:
jobs :
- build
- lint
Loading…
Cancel
Save