diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index c4cbcd1..432fee3 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -63,3 +63,12 @@ jobs: run: cargo +nightly fmt -- --check - name: Clippy run: cargo clippy --all --all-features -- -D warnings + + semver-checks: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Check semver + uses: obi1kenobi/cargo-semver-checks-action@v2