Skip to content

Commit

Permalink
ci: add cargo-semver-checks-action
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu authored and chifflier committed Apr 10, 2024
1 parent 848fb59 commit 401a51e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo doc --workspace --no-deps --all-features

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

0 comments on commit 401a51e

Please sign in to comment.