From f6afdc70cf5192e01a8905f1e90cdca76baf8f57 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 5 Apr 2021 18:03:21 +0200 Subject: [PATCH] Fix formatting --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12f69bee6..c9086242e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,14 +15,14 @@ jobs: steps: - name: Checkout code - - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: Get yarn cache directory path id: yarn_cache run: echo "::set-output name=YARN_CACHE_DIR::$(yarn cache dir)" - name: Get cached packaged - - uses: actions/cache@v2 + uses: actions/cache@v2 id: yarn-cache with: path: ${{ steps.yarn_cache.outputs.YARN_CACHE_DIR }}