steveklabnik / request_store

Per-request global storage for Rack.
https://github.com/steveklabnik/request_store
MIT License
1.47k stars 87 forks source link

CI: Quote YAML value to avoid 3.0 rendering as "3" #95

Closed olleolleolle closed 6 months ago

olleolleolle commented 6 months ago

This is a very small change, but which avoids a Float-to-String loss of characters.

An example (not from this project) of what it can look like before this change, in this picture:

bild

Read more details, if you like: https://github.com/actions/runner/issues/849

steveklabnik commented 6 months ago

... I will resist my urge to comment about YAML's semantics, and instead say "Ah, thank you! that is why that is there!"

I appreciate it.