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

1
tests/python_build/validate_builders.py Normal file → Executable file
View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
from __future__ import annotations
if __name__ != "__main__":