diff --git a/action.yml b/action.yml index dd384ef..ff00f1d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'cargo-semver-checks' description: 'Ensure the public API in your Rust crate follows semantic versioning' +branding: + icon: 'check-circle' + color: 'green' inputs: crate-name: description: 'The crate whose API to check for semver'