Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow GitHub Actions badges in the badges section #8076

Closed
m-lima opened this issue Apr 6, 2020 · 1 comment
Closed

Allow GitHub Actions badges in the badges section #8076

m-lima opened this issue Apr 6, 2020 · 1 comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`

Comments

@m-lima
Copy link

m-lima commented Apr 6, 2020

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

@m-lima 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
@ehuss
Copy link
Contributor

ehuss commented Apr 6, 2020

GitHub Actions badge support is pending in the PR at rust-lang/crates.io#1838.

@ehuss ehuss closed this as completed Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Projects
None yet
Development

No branches or pull requests

2 participants