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:
- ~/.cache/yarn
check_format:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run : yarn lint && yarn format:check

Loading…
Cancel
Save