Skip to content

Commit

Permalink
ci: add semver checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Feb 2, 2025
1 parent 8b18b14 commit 41e3fe1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ jobs:

- name: Run tests (serde feature)
run: cargo test --lib serde --features serde

semver:
name: cargo-semver-checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

- name: check semver
uses: obi1kenobi/[email protected]

0 comments on commit 41e3fe1

Please sign in to comment.