mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Remove warning in README (#42)
This commit is contained in:
parent
69730c4d83
commit
93cab96796
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
# cargo-semver-checks-action
|
# cargo-semver-checks-action
|
||||||
Lint your crate API changes for semver violations.
|
Lint your crate API changes for semver violations.
|
||||||
|
|
||||||
*This is the work-in-progress v2 version of this action. Find the docs for the stable v1 action [here](https://github.com/obi1kenobi/cargo-semver-checks-action/tree/v1.4).*
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Check semver
|
- name: Check semver
|
||||||
uses: obi1kenobi/cargo-semver-checks-action@v2
|
uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||||
|
|
Loading…
Reference in a new issue