mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
[CI] Re-add generated files consistency check
(cherry picked from commit 0cfe01eff2)
This commit is contained in:
committed by
David Snopek
parent
4b9cd6ae9d
commit
dc87cb6b97
4
.github/workflows/static_checks.yml
vendored
4
.github/workflows/static_checks.yml
vendored
@@ -32,3 +32,7 @@ jobs:
|
||||
uses: pre-commit/action@v3.0.1
|
||||
with:
|
||||
extra_args: --verbose --hook-stage manual --files ${{ env.CHANGED_FILES }}
|
||||
|
||||
- name: Check generated files consistency
|
||||
run:
|
||||
python misc/scripts/check_get_file_list.py
|
||||
|
||||
Reference in New Issue
Block a user