From c8f8416c0648790ce8edb7e49e279ac0e5651e61 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 28 Feb 2021 17:02:41 +0100 Subject: [PATCH] No longer continue on error when linting fails during CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef02e953..d2ae75ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ on: jobs: lint: - continue-on-error: true runs-on: ubuntu-20.04 steps: - name: Checkout code