From e2dcb8c42f1357515e7d9e7771122724e778b105 Mon Sep 17 00:00:00 2001 From: Ilir Bekteshi Date: Thu, 7 Oct 2021 09:22:08 +0200 Subject: [PATCH] TEST commit --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ea883d..a2dfaa7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - id: lint-all-no-warnings name: lint all - no warnings (continue on error) - continue-on-error: true + # continue-on-error: true uses: ./ with: file_or_dir: test @@ -43,7 +43,7 @@ jobs: - id: default-lint-all name: default lint all (continue on error) - continue-on-error: true + # continue-on-error: true uses: ./ - id: print-output