Skip to content

Commit 497eefe

Browse files
authored
Enforce semantic versioning in CI (#52)
1 parent f234648 commit 497eefe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ jobs:
8686
- uses: Swatinem/rust-cache@v2
8787
- run: cargo clippy --all-features --all-targets --workspace -- -D warnings
8888

89+
semver:
90+
name: Check semver
91+
runs-on: ubuntu-latest
92+
steps:
93+
- uses: actions/checkout@v2
94+
- uses: obi1kenobi/cargo-semver-checks-action@v2
95+
8996
autobahnclient:
9097
name: Autobahn Client
9198
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)