From b6ea9948ef99409d2304e486c7b1c75f84599f20 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d3d3b7..332366b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,3 +95,18 @@ 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: + package: manul + feature-group: all-features