Skip to content

Commit

Permalink
Add semver checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 27, 2024
1 parent edd4d97 commit 86558a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,12 @@ jobs:
env:
RUSTDOCFLAGS: "-D rustdoc::all -A rustdoc::private_intra_doc_links"
run: cargo doc --all-features

check_semver:
name: Semver
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit 86558a9

Please sign in to comment.