Avoid single quote altogether.

This commit is contained in:
Predrag Gruevski 2022-07-20 19:34:12 -04:00
parent c2235291f4
commit 9167e38cae

View file

@ -1,5 +1,5 @@
name: 'cargo-semver-checks' 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: inputs:
crate-name: crate-name:
description: 'The crate whose API to check for semver' description: 'The crate whose API to check for semver'