From a63f5b6f6000b3cf6c9a469ad49cac2cf103f31d Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 15 Sep 2026 12:23:25 +0500 Subject: [PATCH] ci-lint: fix `check-whitespace` missing `--check` ahh, forgot to add `--check`, so it was always passing --- .github/workflows/ci-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint.yaml b/.github/workflows/ci-lint.yaml index d653651fa3..1dbc8f1a55 100644 --- a/.github/workflows/ci-lint.yaml +++ b/.github/workflows/ci-lint.yaml @@ -105,7 +105,7 @@ jobs: - name: Check whitespace id: check-whitespace - run: poe check-whitespace + run: poe check-whitespace --check continue-on-error: true - name: Final check