Skip to content

Commit b6b7086

Browse files
committed
Add semver check
1 parent cb149bf commit b6b7086

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,19 @@ jobs:
138138
env:
139139
CARGO_INCREMENTAL: '0'
140140
RUSTDOCFLAGS: -Dwarnings
141+
semver:
142+
runs-on: ubuntu-latest
143+
name: semver
144+
steps:
145+
- uses: actions/checkout@v4
146+
with:
147+
submodules: true
148+
- name: Install stable
149+
uses: dtolnay/rust-toolchain@stable
150+
with:
151+
components: rustfmt
152+
- name: cargo-semver-checks
153+
uses: obi1kenobi/cargo-semver-checks-action@v2.3
141154
coverage:
142155
continue-on-error: true
143156
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)