From bccad70a2c610e64ad61d6be82f8a20ee1297e33 Mon Sep 17 00:00:00 2001 From: Tom French Date: Sat, 18 Jun 2022 16:58:16 +0100 Subject: [PATCH] style: fix yaml formatting in CI config --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea2f04e..9e4ba99 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,13 +45,13 @@ jobs: - restore_cache: keys: - - v3-dependencies-{{ checksum "yarn.lock" }} + - v3-dependencies-{{ checksum "yarn.lock" }} - run: yarn install --pure-lockfile - save_cache: <<: *cached_files - + - run: yarn test build_windows: @@ -94,7 +94,7 @@ jobs: - restore_cache: keys: - - v3-dependencies-{{ checksum "yarn.lock" }} + - v3-dependencies-{{ checksum "yarn.lock" }} - run: yarn install --pure-lockfile