diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f5fae85a8..65de60bb4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,5 +30,6 @@ jobs: - name: 3. Ruff check and fix run: ruff check . --fix + continue-on-error: true env: PYTHONIOENCODING: utf-8