wrong repo
All checks were successful
Code Check - Quality and Syntax / syntax-lint (3.11) (push) Successful in 16s
Code Check - Quality and Syntax / syntax-lint (3.13) (push) Successful in 16s
Code Check - Quality and Syntax / syntax-lint (3.14) (push) Successful in 17s

This commit is contained in:
Space-Banane
2026-04-07 00:32:18 +02:00
parent 5e82ae99d1
commit 4531d87cc4
3 changed files with 0 additions and 112 deletions

View File

@@ -48,13 +48,6 @@ jobs:
for file in $files; do
echo "Testing execution of $file..."
# Compile-only: do not execute this script in CI smoke tests
if [ "$file" = "download_playlists.py" ]; then
echo "Skipping execution for $file; running compile-only check"
python -m py_compile "$file"
continue
fi
# Special-case: run `batch.py` and watch its output for the marker
if [ "$file" = "batch.py" ]; then
tmp=$(mktemp)