mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-15 16:55:43 -05:00
parent
8cb08028f5
commit
3690e91265
2 changed files with 2 additions and 0 deletions
2
.github/workflows/quick-test.yml
vendored
2
.github/workflows/quick-test.yml
vendored
|
@ -38,3 +38,5 @@ jobs:
|
|||
run: ruff check --output-format github .
|
||||
- name: Run autopep8
|
||||
run: autopep8 --diff .
|
||||
- name: Check file mode
|
||||
run: git ls-files --format="%(objectmode) %(path)" yt_dlp/ | ( ! grep -v "^100644" )
|
||||
|
|
0
yt_dlp/extractor/vk.py
Executable file → Normal file
0
yt_dlp/extractor/vk.py
Executable file → Normal file
Loading…
Reference in a new issue