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

Authored by: Grub4K
pull/12995/head^2
Simon Sawicki 3 months ago committed by GitHub
parent 8cb08028f5
commit 3690e91265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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" )

Loading…
Cancel
Save