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