mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Typos in README.md
Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
This commit is contained in:
parent
93ad2d92a3
commit
b74920e5d3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Every argument is optional.
|
||||||
|
|
||||||
## Use in workspaces with more than one crate
|
## Use in workspaces with more than one crate
|
||||||
|
|
||||||
By default, if workspace contains multiple crates, all of them are checked against semver violations. You can specify single crate to be checked instead using `crate-name` or `manifest-path`.
|
By default, if workspace contains multiple crates, all of them are checked for semver violations. You can specify a single crate to be checked instead using `crate-name` or `manifest-path`.
|
||||||
|
|
||||||
For example, this will check `my-crate`:
|
For example, this will check `my-crate`:
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in a new issue