You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Replace deprecated/unmaintained actions-rs with simple run: steps (#92)
The `actions-rs` containers haven't been maintained and updated for
years and don't need to: GitHub's actions environment already comes
fully loaded with a complete stable Rust installation with the standard
tools (clippy, rustfmt, rustdoc). Simple `run:` commands relate
directly to what a developer can type in locally to "reproduce" the
CI environment while they might be following up on CI failures, and no
longer spam ancient Node 12 deprecation warnings.
0 commit comments