From 9167e38cae925581e92875ccd08a83b0e4899cfa Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Wed, 20 Jul 2022 19:34:12 -0400 Subject: [PATCH] Avoid single quote altogether. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'