mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
The output was better quoted
This commit is contained in:
parent
8e888b4182
commit
d502dcd01a
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -127,7 +127,7 @@ jobs:
|
||||
echo ''
|
||||
echo '#### '"${fmt}"' output format'
|
||||
echo ''
|
||||
case "${fmt}" in (full) echo '```' ;; esac
|
||||
echo '```'
|
||||
uvx --no-config --no-managed-python --no-progress --isolated \
|
||||
ruff check --exit-zero \
|
||||
--target-version py310 \
|
||||
@ -135,7 +135,7 @@ jobs:
|
||||
--extend-select RUF100 \
|
||||
--ignore E701,E722,E731
|
||||
echo ''
|
||||
case "${fmt}" in (full) echo '```' ;; esac
|
||||
echo '```'
|
||||
echo ''
|
||||
echo '</details>'
|
||||
echo ''
|
||||
|
Loading…
Reference in New Issue
Block a user