From 903fbeb505d8bb4ff8d47d24c0ce6fab5eb6671c Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 3 Feb 2024 22:40:48 +0800 Subject: [PATCH] Add semver check to CI --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 65b15fb..075347d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -183,3 +183,7 @@ jobs: with: command: clippy args: --all-features --all-targets --workspace --exclude benchmark -- -D warnings + + semver: + name: Check semver + uses: obi1kenobi/cargo-semver-checks-action@v2