From 5ae2508648dc0296bde8e1dfe4636b6e93033889 Mon Sep 17 00:00:00 2001 From: Ilir Bekteshi Date: Thu, 7 Oct 2021 09:35:45 +0200 Subject: [PATCH] Continue on error --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ea883d..9416688 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: - id: lint-all-continue name: lint all (continue on error) - # continue-on-error: true + continue-on-error: true uses: ./ with: file_or_dir: test