mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Add branding info to action.
This commit is contained in:
parent
b623c8885a
commit
a70dd5d867
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue