From 4158fef1094d8046e213707f4b8dbef435743a56 Mon Sep 17 00:00:00 2001 From: Ilir Bekteshi Date: Thu, 7 Oct 2021 09:29:50 +0200 Subject: [PATCH] Revert "TEST commit" This reverts commit e2dcb8c42f1357515e7d9e7771122724e778b105. --- .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 a2dfaa7..9ea883d 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