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 12, 2023
1 parent d3cfb9e commit 883cb5a
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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: only-explicit-features
features: full
release-type: minor

0 comments on commit 883cb5a

Please sign in to comment.