diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ec67da..fe445f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - run: yarn run test - check:format : + check_format : docker: - image: node:10.18.0 working_directory: ~/repo @@ -46,4 +46,4 @@ workflows: project_workflows: jobs: - test - - check:format \ No newline at end of file + - check_format \ No newline at end of file