Skip to content

Commit

Permalink
add semver check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Oct 13, 2024
1 parent c90cacc commit 3990f42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ jobs:
run: cargo +nightly fmt -- --check
- name: Clippy
run: cargo clippy --all --all-features -- -D warnings

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

0 comments on commit 3990f42

Please sign in to comment.