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
Allow github action badges to be included in the [badges] section of Cargo.toml
Currently, the badges section of Cargo.toml supports Appveyor, CircleCI, Cirrus CI, GitLab, Azure DevOps, Travis CI, and Bitbucket Pipelines.
Gihub has made their Actions available for all public github repositories. And, with actions-rs, it is very easy to add tests and builds to the github workflow. They generate badges that could be accepted by Cargo.toml and crates.io
The text was updated successfully, but these errors were encountered:
m-lima
added
the
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
label
Apr 6, 2020
Allow github action badges to be included in the
[badges]
section of Cargo.tomlCurrently, the badges section of Cargo.toml supports Appveyor, CircleCI, Cirrus CI, GitLab, Azure DevOps, Travis CI, and Bitbucket Pipelines.
Gihub has made their Actions available for all public github repositories. And, with actions-rs, it is very easy to add tests and builds to the github workflow. They generate badges that could be accepted by Cargo.toml and crates.io
The text was updated successfully, but these errors were encountered: