socketry / async-websocket

Asynchronous WebSocket client and server, supporting HTTP/1 and HTTP/2 for Ruby.
MIT License
166 stars 18 forks source link

CI: Avoid 3.0 -> "3" in YAML #32

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

Description

This avoids the issue in https://github.com/actions/runner/issues/849

Types of Changes

Looks like this after the change:

bild

Before, it looked like:

bild

Testing