From 9e74bbd800495446b78da7cfa9956d4e7f4cdee8 Mon Sep 17 00:00:00 2001 From: abouhanifa Date: Sun, 28 Mar 2021 15:06:30 +0200 Subject: [PATCH] :wrench: add check format command --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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