Skip to content

Commit

Permalink
chore(ci): add semver check
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Dec 11, 2023
1 parent d3cfb9e commit 59b763e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- check-external-types
- udeps
- minimal-versions
- semver
steps:
- run: exit 0

Expand Down Expand Up @@ -286,3 +287,15 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo minimal-versions check
- run: cargo minimal-versions check --features full

semver:
name: semver
needs: basics
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: ${{ env.rust_stable }}
release-type: minor

0 comments on commit 59b763e

Please sign in to comment.