kubewarden / github-actions

GitHub actions used by the Kubewarden project
https://kubewarden.io
Apache License 2.0
4 stars 7 forks source link

Feature Request: cargo checks action #47

Closed jvanz closed 1 year ago

jvanz commented 1 year ago

Is your feature request related to a problem?

Sometimes when releasing a Rust crate is possible to push the version tag without bumping the version in the Cargo.toml file first and vice versa.

Solution you'd like

Export the workflow used in the kwctl repository to check if the Cargo.toml version matches with the tag pushed to the repository into a Github action.

Alternatives you've considered

No response

Anything else?

No response