mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 20:46:36 +00:00
Fail when ruff
finds errors
This commit is contained in:
parent
a066ba49f2
commit
00f2795b08
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user