From 2c9b2580065efb8f0898f15e81089737a765df8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 7 Dec 2020 12:01:46 +0100 Subject: [PATCH] testing lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1deeae2..2ebe33f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: needs: - codespell - lint-docker-compose-file - - superlinter + - super-linter timeout-minutes: 20 runs-on: ubuntu-20.04 steps: @@ -64,7 +64,7 @@ jobs: needs: - codespell - lint-docker-compose-file - - superlinter + - super-linter timeout-minutes: 10 runs-on: ubuntu-20.04 steps: