From 9789fe17cad28b6fd712cc4189fa41de6c614548 Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Sat, 12 Oct 2024 18:17:17 -0600 Subject: [PATCH] add semver check ci --- .github/workflows/ci-rust.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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