Browse Source

Updated config.yml

adding_ci
Anatole De Chauveron 5 years ago
parent
commit
621d8d9fce
  1. 10
      .circleci/config.yml

10
.circleci/config.yml

@ -37,4 +37,12 @@ jobs:
- run: - run:
name: "yarn test" name: "yarn test"
command: yarn test command: yarn test
workflows:
version: 2
build_and_test:
jobs:
- build
- lint:
requires:
- build
Loading…
Cancel
Save