Skip to content

Commit 71f1bf2

Browse files
committed
chore(ci): add semver check
1 parent d3cfb9e commit 71f1bf2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- check-external-types
2828
- udeps
2929
- minimal-versions
30+
- semver
3031
steps:
3132
- run: exit 0
3233

@@ -286,3 +287,15 @@ jobs:
286287
- uses: Swatinem/rust-cache@v2
287288
- run: cargo minimal-versions check
288289
- run: cargo minimal-versions check --features full
290+
291+
semver:
292+
name: semver
293+
runs-on: ubuntu-latest
294+
steps:
295+
- uses: actions/checkout@v4
296+
- name: Check semver
297+
uses: obi1kenobi/cargo-semver-checks-action@v2
298+
with:
299+
feature-group: only-explicit-features
300+
features: full
301+
release-type: minor

0 commit comments

Comments
 (0)