Rename lint_python.yml to lint_ruff.yml

This commit is contained in:
2026-03-18 19:08:10 +02:00
parent d7da1d0588
commit eb69f6f736
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -186,10 +186,13 @@ jobs:
tar -xzf "$GITHUB_WORKSPACE/dist/linux-docker/yt-playlist-linux-${{ steps.version.outputs.version }}.tar.gz"
cp "$GITHUB_WORKSPACE/Dockerfile" .
cp "$GITHUB_WORKSPACE/docker-entrypoint.sh" .
# Ensure ytpld package is present from src/
if [ ! -d "src" ]; then cp -r "$GITHUB_WORKSPACE/src" . ; fi
# Ensure config directory is present
if [ ! -d "config" ]; then cp -r "$GITHUB_WORKSPACE/config" . ; fi
# Debug: List context to verify paths match Dockerfile expectations
ls -R
- name: Set docker image names
run: |