mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-25 17:39:33 +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'
|
name: 'cargo-semver-checks'
|
||||||
description: 'Ensure the public API in your Rust crate follows semantic versioning'
|
description: 'Ensure the public API in your Rust crate follows semantic versioning'
|
||||||
|
branding:
|
||||||
|
icon: 'check-circle'
|
||||||
|
color: 'green'
|
||||||
inputs:
|
inputs:
|
||||||
crate-name:
|
crate-name:
|
||||||
description: 'The crate whose API to check for semver'
|
description: 'The crate whose API to check for semver'
|
||||||
|
|
Loading…
Reference in a new issue