godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.75k stars 577 forks source link

CI: Add `runner` workflow to call other workflows #1622

Closed Repiteo closed 3 weeks ago

Repiteo commented 1 month ago

Slight organization improvement when running CIs by making the structure similar to the main repo: static checks now always happen first. This has the added benefit of cleaning up the Actions tab, though the benefit is less pronounced on a repo like this where only two instances were used. Beyond that, yaml syntax was reformatted for all action/workflow files, keeping them consistent with the main repo.