Fix formatting

This commit is contained in:
Eric Fennis
2021-04-05 18:03:21 +02:00
parent 0358960400
commit f6afdc70cf

View File

@@ -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 }}