Skip to content

Commit

Permalink
chore: add semver job to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 29, 2024
1 parent bfde94b commit 5c35f28
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 @@ -18,6 +18,7 @@ jobs:
- msrv
- miri
- features
- semver
- doc
steps:
- run: exit 0
Expand Down Expand Up @@ -115,6 +116,18 @@ jobs:

- run: cargo hack --no-dev-deps check --feature-powerset --depth 2

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

doc:
name: Build docs
needs: [style, test]
Expand Down

0 comments on commit 5c35f28

Please sign in to comment.