From a70dd5d8675074e37f66b002e5a77e4d01a4087e Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Wed, 10 Aug 2022 01:28:06 -0400 Subject: [PATCH] Add branding info to action. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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'