bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.42k stars 138 forks source link

Add GitHub Actions CI #33

Closed nikitalita closed 2 years ago

nikitalita commented 2 years ago

This adds the following actions:

Because godot master still doesn't support --no-window, swiftshader is used to start godot on the headless action runners.

This also fixes a number of warnings that were in the code, like a warning raised when using an unsigned int with index check.

nikitalita commented 2 years ago

Synced with the latest changes on the Godot master API; this was caught by the CI.

nikitalita commented 2 years ago

Is there anything else you want me to do on this PR?

bruvzg commented 2 years ago

Thanks!