From 1a0b3583a2c13ba158a448a391fd1e31be65429d Mon Sep 17 00:00:00 2001 From: mrholek Date: Fri, 17 Jul 2026 21:32:17 +0200 Subject: [PATCH] ci: make Lint a required check (drop continue-on-error) --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e974cfc..9f17029b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,10 +30,6 @@ jobs: lint: name: Lint runs-on: ubuntu-latest - # Non-blocking for now: a handful of react-hooks v7 findings and one - # deferred public type are still open. Drop continue-on-error once the - # remaining errors are resolved to make lint a required check. - continue-on-error: true steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4