From 0c4abc8298544a439adcb14c78e2f9786c38543e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 25 Apr 2022 17:34:00 +0200 Subject: [PATCH] enable VALIDATE_ALL_CODEBASE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci-remote-image.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-remote-image.yaml b/.github/workflows/ci-remote-image.yaml index 39e73e8..327c995 100644 --- a/.github/workflows/ci-remote-image.yaml +++ b/.github/workflows/ci-remote-image.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: pull docker-compose images run: docker-compose pull diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afcdd0e..7dd6458 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: DEFAULT_BRANCH: master GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: .github/linters - # VALIDATE_ALL_CODEBASE: false + VALIDATE_ALL_CODEBASE: false VALIDATE_JSCPD: false build-and-run-docker-compose: