From 1223293560e0a3eff49ce11befabb877372be7da Mon Sep 17 00:00:00 2001 From: AlexNDRmac Date: Wed, 16 Dec 2020 22:15:13 +0200 Subject: [PATCH] Fix release workflow, configure codacy config --- .codacy.yml | 4 ++++ .github/workflows/release.yml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.codacy.yml b/.codacy.yml index ed6d8fea13..7e2500b670 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -12,3 +12,7 @@ engines: exclude_paths: - 'ext/**' - 'prototypes/**' + - 'templates/**' + - 'CHANGELOG.md' + - '**.md' + - '**.json' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c90de82bf0..5f6c490bf8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Setup Environment Variables - uses: allenevans/set-env@v1.0.0 + uses: allenevans/set-env@v2.0.0 with: BOX_VERSION: '3.8.4' @@ -36,7 +36,7 @@ jobs: run: echo ::set-output name=dir::$(composer config cache-files-dir) - name: Setup Composer Cache - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}