The output was better quoted

This commit is contained in:
tcely 2025-05-18 05:10:25 -04:00 committed by GitHub
parent 8e888b4182
commit d502dcd01a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ''