Add cargo-semver-checks (#59)

This commit is contained in:
Dustin J. Mitchell 2024-11-17 17:59:39 -05:00 committed by GitHub
parent c876af0a25
commit 2b1ad12a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 5 deletions

View file

@ -97,3 +97,13 @@ jobs:
with:
command: fmt
args: --all -- --check
semver-checks:
runs-on: ubuntu-latest
name: "Cargo Semver Checks"
steps:
- uses: actions/checkout@v4
- uses: obi1kenobi/cargo-semver-checks-action@v2
with:
# exclude the binary package from semver checks, since it is not published as a crate.
exclude: taskchampion-sync-server