[ci] Add file mode test to code check (#13036)

Authored by: Grub4K
This commit is contained in:
Simon Sawicki
2025-04-28 21:21:06 +02:00
committed by GitHub
parent 8cb08028f5
commit 3690e91265
2 changed files with 2 additions and 0 deletions

View File

@@ -38,3 +38,5 @@ jobs:
run: ruff check --output-format github . run: ruff check --output-format github .
- name: Run autopep8 - name: Run autopep8
run: autopep8 --diff . 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
View File