Browse Source

add workflows

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

7
.circleci/config.yml

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