summaryrefslogtreecommitdiffstats
path: root/.github/actions/godot-api-dump
Commit message (Collapse)AuthorAgeFilesLines
* Style: Format yaml filesThaddeus Crews2024-09-131-3/+5
|
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+0
| | | | Found by apply the file_format checks again via #91597.
* CI: Extract godot-cpp testing into its own jobYuri Sizov2023-08-011-0/+24
This ensures that the godot-cpp job has plenty of resources to run its build and avoid being affected by the main build. Additionally: - Extract test tasks into dedicated actions. - Upload artifacts as early as possible. - Ensure that we check master cache before random cache.