godot/.github/workflows
Aarni Koskela 20c563de40
Replace hand-written pre-commit hooks with pre-commit Python tool
`pre-commit` can be installed with pip, and configured in the Godot repo with
`pre-commit install`. It can then easily be run both locally with
`pre-commit run`, and on CI, in a cross-platform way.

This makes it much easier for contributors to set up pre-commit hooks,
without having to manually copy files to their git folder.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2024-02-26 14:57:53 +01:00
..
android_builds.yml Bump the java version to version 17 2023-10-17 15:08:03 -07:00
godot_cpp_test.yml Use godot-cpp 4.2 for the "Godot CPP" CI workflow 2024-02-23 15:16:09 -06:00
ios_builds.yml CI: Bump version for actions/checkout@v4 and actions/setup-dotnet@v3 2023-09-04 16:05:57 +02:00
linux_builds.yml C#: Run source generators tests in CI 2024-02-19 19:41:15 +01:00
macos_builds.yml Use colored output on CI for Doctest 2023-10-28 09:22:36 +02:00
runner.yml CI: Allow skipping our GHA workflows with DISABLE_GODOT_CI variable 2023-08-02 17:48:47 +02:00
static_checks.yml Replace hand-written pre-commit hooks with pre-commit Python tool 2024-02-26 14:57:53 +01:00
web_builds.yml CI: Update mymindstorm/setup-emsdk to v14, should fix cache folder conflicts 2024-01-25 13:12:43 +01:00
windows_builds.yml Add new VS proj generation logic that supports any platform that wants to opt in 2024-01-31 16:42:42 +01:00