You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
ci: move slowest static job to the end of pipeline
This commit is contained in:
8
.github/workflows/static_checks.yml
vendored
8
.github/workflows/static_checks.yml
vendored
@@ -33,10 +33,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
bash ./misc/scripts/file_format.sh
|
bash ./misc/scripts/file_format.sh
|
||||||
|
|
||||||
- name: Style checks via clang-format (clang_format.sh)
|
|
||||||
run: |
|
|
||||||
bash ./misc/scripts/clang_format.sh
|
|
||||||
|
|
||||||
- name: Header guards formatting checks (header_guards.sh)
|
- name: Header guards formatting checks (header_guards.sh)
|
||||||
run: |
|
run: |
|
||||||
bash ./misc/scripts/header_guards.sh
|
bash ./misc/scripts/header_guards.sh
|
||||||
@@ -59,3 +55,7 @@ jobs:
|
|||||||
- name: Documentation checks
|
- name: Documentation checks
|
||||||
run: |
|
run: |
|
||||||
doc/tools/make_rst.py --dry-run --color doc/classes modules
|
doc/tools/make_rst.py --dry-run --color doc/classes modules
|
||||||
|
|
||||||
|
- name: Style checks via clang-format (clang_format.sh)
|
||||||
|
run: |
|
||||||
|
bash ./misc/scripts/clang_format.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user