From 11b30e7eda6b7ef06ef3a246cdbd8f33f1726c11 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 20 May 2021 15:40:53 +0200 Subject: [PATCH] remove whitespace --- .github/workflows/codechecks.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codechecks.js.yml b/.github/workflows/codechecks.js.yml index 01e67bd5..f5a4d50e 100644 --- a/.github/workflows/codechecks.js.yml +++ b/.github/workflows/codechecks.js.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - # See: https://github.com/actions/cache/blob/main/examples.md#node---yarn +# See: https://github.com/actions/cache/blob/main/examples.md#node---yarn - name: Get Yarn cache directory id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"