From 00f2795b086486df8906ca0932758c6f084d3142 Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 22 May 2025 10:55:40 -0400 Subject: [PATCH] Fail when `ruff` finds errors --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 22bd31b2..5ae58c0a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -144,7 +144,7 @@ jobs: done } >> "${GITHUB_STEP_SUMMARY}" uvx --no-config --no-managed-python --no-progress --isolated \ - ruff check --exit-zero \ + ruff check \ --target-version "${target_version}" \ --output-format github \ --ignore "${ignore_csv_list}"