mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 04:56:35 +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
|
done
|
||||||
} >> "${GITHUB_STEP_SUMMARY}"
|
} >> "${GITHUB_STEP_SUMMARY}"
|
||||||
uvx --no-config --no-managed-python --no-progress --isolated \
|
uvx --no-config --no-managed-python --no-progress --isolated \
|
||||||
ruff check --exit-zero \
|
ruff check \
|
||||||
--target-version "${target_version}" \
|
--target-version "${target_version}" \
|
||||||
--output-format github \
|
--output-format github \
|
||||||
--ignore "${ignore_csv_list}"
|
--ignore "${ignore_csv_list}"
|
||||||
|
Loading…
Reference in New Issue
Block a user