From 355bd42776c37b0cb0ee6f04ad3b2582487a37a9 Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Wed, 16 Oct 2024 15:25:02 -0700 Subject: [PATCH] Add semver-checks action --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d3d3b7..ec74816 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,3 +95,17 @@ jobs: with: command: fmt args: --all -- --check + + semver: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@v1 + with: + toolchain: stable + components: rustfmt + profile: minimal + override: true + - uses: obi1kenobi/cargo-semver-checks-action@v2 + with: + args: --all-features --package manul