Skip to content

Commit

Permalink
Add CI step to check semver using cargo-semver-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-consoli committed Apr 18, 2024
1 parent 5778fb7 commit defbeaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,11 @@ jobs:

- name: Docs
run: cargo doc

semver-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit defbeaf

Please sign in to comment.