Skip to content

Commit cdfb0b6

Browse files
authored
ci: add a semver check (#658)
1 parent 2c6dfdd commit cdfb0b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- wasm
2020
- minimal-versions
2121
- miri
22+
- semver
2223
steps:
2324
- run: exit 0
2425

@@ -132,3 +133,13 @@ jobs:
132133

133134
- name: Test
134135
run: MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-ignore-leaks" cargo miri test
136+
137+
semver:
138+
name: semver
139+
runs-on: ubuntu-latest
140+
steps:
141+
- uses: actions/checkout@v4
142+
- name: Check semver
143+
uses: obi1kenobi/cargo-semver-checks-action@v2
144+
with:
145+
release-type: minor

0 commit comments

Comments
 (0)