Skip to content

Commit d4271ea

Browse files
committed
Check semver compatibility
1 parent 11c990d commit d4271ea

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
@@ -55,3 +55,14 @@ jobs:
5555
- run: cargo doc --all-features --no-deps --document-private-items
5656
env:
5757
RUSTDOCFLAGS: -Dwarnings
58+
59+
semver:
60+
name: Check semver compatibility
61+
runs-on: ubuntu-latest
62+
steps:
63+
- name: Checkout sources
64+
uses: actions/checkout@v5
65+
with:
66+
persist-credentials: false
67+
- name: Check semver
68+
uses: obi1kenobi/cargo-semver-checks-action@v2

0 commit comments

Comments
 (0)