1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

CI: Fix executable perms for various files

This commit is contained in:
Thaddeus Crews
2025-12-15 11:07:07 -06:00
parent 8aa4a5207f
commit aeef4fff6d
18 changed files with 22 additions and 16 deletions

View File

@@ -10,6 +10,13 @@ exclude: |
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
exclude: (SConstruct|SCsub)$ # SCons files use shebangs for syntax highlighting only.
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v21.1.7
hooks: