exercism / gdscript

Exercism exercises in GDScript.
https://exercism.org/tracks/gdscript
MIT License
6 stars 7 forks source link

Update Godot Engine typing #33

Closed pfertyk closed 11 months ago

pfertyk commented 11 months ago

This is weird ... I thought we already added gradual as a valid typing here: https://github.com/exercism/configlet/pull/842 @ErikSchierboom do I need to update the Configlet action?

BNAndras commented 11 months ago

The CI uses the latest release of configlet, which is 4.0.0-beta.16 from October 2023, but that predates the PR adding gradual. I think you'll need to wait until the next release of configlet, but I'm not privy to when that might be. Perhaps we can push a beta 17 release sooner than later?

ErikSchierboom commented 11 months ago

Perhaps we can push a beta 17 release sooner than later?

We'll try and release ASAP

BNAndras commented 11 months ago

Beta 17 was released just a few hours ago so I'd try rerunning the CI here.

pfertyk commented 11 months ago

Yup, now it works! Thank you! :)