From 23e6cf21f53ce49de843a7691506e380335ec828 Mon Sep 17 00:00:00 2001 From: lizz Date: Sat, 15 Feb 2025 04:15:25 -0800 Subject: [PATCH] Adding semver checks just putting defaults in and seeing if it works. Should since cargo.toml is at project root --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9b3e44a..a222c050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,3 +39,11 @@ jobs: run: cargo clippy --version - name: Run Clippy run: cargo clippy --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