Skip to content

yt-dlp flags spring cleaning #323

yt-dlp flags spring cleaning

yt-dlp flags spring cleaning #323

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install flake8
- name: Lint with flake8
run: flake8