Skip to content

Commit

Permalink
ci: use cargo-semver-checks GitHub Action (#5648)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Apr 24, 2023
1 parent c1778ed commit a86c052
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,17 +254,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust ${{ env.rust_stable }}
uses: dtolnay/rust-toolchain@master
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
toolchain: ${{ env.rust_stable }}
- name: Install cargo-semver-checks
uses: taiki-e/install-action@v2
with:
tool: cargo-semver-checks
- name: Check semver compatibility
run: |
cargo semver-checks check-release --release-type minor
rust-toolchain: ${{ env.rust_stable }}
release-type: minor

cross-check:
name: cross-check
Expand Down

0 comments on commit a86c052

Please sign in to comment.