chore(ci): integrate cargo-semver-checks (#1166)

>
[`cargo-semver-checks`](https://github.com/obi1kenobi/cargo-semver-checks):
Lint your crate API changes for semver violations.
This commit is contained in:
Orhun Parmaksız 2024-08-05 19:28:38 +03:00 committed by GitHub
parent 94328a2977
commit 82b70fd329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.github/workflows/check-semver.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Check Semver
on:
pull_request:
branches:
- main
jobs:
check-semver:
name: Check semver
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2