Browse Source

removed docker from format for test

pull/1/merge
Galimede 6 years ago
parent
commit
8453ae8375
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -13,8 +13,6 @@ jobs:
paths: paths:
- ~/.cache/yarn - ~/.cache/yarn
check_format: check_format:
docker:
- image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
- run : yarn lint && yarn format:check - run : yarn lint && yarn format:check

Loading…
Cancel
Save