From 1945796b67f5742cb215ff52a7e1bbc493fc99d9 Mon Sep 17 00:00:00 2001 From: Aleksandr Sobolev Date: Mon, 11 Feb 2019 11:34:38 +0700 Subject: [PATCH] #168 Update circle ci task name --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0718a25b..3f6cf692 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: command: | cd scripts/ && npm install && npm run yaml-content-validate - swc-yaml-config-content: + swc-folder-structure: <<: *defaults steps: - checkout