From a62d5ed298b755a823e6a13012df059b3c8e5fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Vescera?= Date: Sun, 13 Oct 2024 16:21:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20(ci/cd):=20add=20`fail=20with=20?= =?UTF-8?q?no=20errors`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0334220..4c0e531 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,3 +34,4 @@ jobs: env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DISABLE_ERRORS: true