Add branding info to action.

This commit is contained in:
Predrag Gruevski 2022-08-10 01:28:06 -04:00 committed by GitHub
parent b623c8885a
commit a70dd5d867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'