mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Avoid single quote altogether.
This commit is contained in:
parent
c2235291f4
commit
9167e38cae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name: 'cargo-semver-checks'
|
||||
description: 'Ensure your Rust crate\'s public API follows semantic versioning'
|
||||
description: 'Ensure the public API in your Rust crate follows semantic versioning'
|
||||
inputs:
|
||||
crate-name:
|
||||
description: 'The crate whose API to check for semver'
|
||||
|
|
Loading…
Reference in a new issue