diff --git a/action.yml b/action.yml index 69596ab..2dc4d49 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'cargo-semver-checks' -description: 'Ensure your Rust crate\'s public API follows semantic versioning' +description: 'Ensure the public API in your Rust crate follows semantic versioning' inputs: crate-name: description: 'The crate whose API to check for semver'