Fail when ruff finds errors

This commit is contained in:
tcely 2025-05-22 10:55:40 -04:00 committed by GitHub
parent a066ba49f2
commit 00f2795b08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"