mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
ci: use cargo-semver-checks GitHub Action (#5648)
This commit is contained in:
@@ -254,17 +254,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Rust ${{ env.rust_stable }}
|
- name: Check semver
|
||||||
uses: dtolnay/rust-toolchain@master
|
uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ env.rust_stable }}
|
rust-toolchain: ${{ env.rust_stable }}
|
||||||
- name: Install cargo-semver-checks
|
release-type: minor
|
||||||
uses: taiki-e/install-action@v2
|
|
||||||
with:
|
|
||||||
tool: cargo-semver-checks
|
|
||||||
- name: Check semver compatibility
|
|
||||||
run: |
|
|
||||||
cargo semver-checks check-release --release-type minor
|
|
||||||
|
|
||||||
cross-check:
|
cross-check:
|
||||||
name: cross-check
|
name: cross-check
|
||||||
|
|||||||
Reference in New Issue
Block a user