Skip to content

Commit b567bff

Browse files
authored
Merge pull request #213 from scipopt/semver-check
Add semantic versioning check to CI
2 parents b41e645 + d605fe4 commit b567bff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,10 @@ jobs:
140140
- uses: Swatinem/rust-cache@v2
141141
- name: Check Clippy Linter
142142
run: cargo clippy --all-features --all-targets -- -D warnings
143+
144+
semver-check:
145+
runs-on: ubuntu-latest
146+
steps:
147+
- uses: actions/checkout@v3
148+
- name: Check Semver
149+
uses: obi1kenobi/cargo-semver-checks-action@v2

0 commit comments

Comments
 (0)