Skip to content

Commit

Permalink
Add semver check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpute committed Feb 3, 2024
1 parent 64ec0e9 commit 903fbeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,7 @@ jobs:
with:
command: clippy
args: --all-features --all-targets --workspace --exclude benchmark -- -D warnings

semver:
name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit 903fbeb

Please sign in to comment.