Skip to content

Bump yt-dlp from 2023.12.30 to 2024.3.10 #190

Bump yt-dlp from 2023.12.30 to 2024.3.10

Bump yt-dlp from 2023.12.30 to 2024.3.10 #190

Workflow file for this run

name: tests
on: [pull_request, push]
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python_version: ['3.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
architecture: 'x64'
- run: pip install flake8
- run: flake8 . --max-line-length=120