Skip to content

Commit

Permalink
Enforce semantic versioning in CI (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCipher authored Sep 30, 2024
1 parent f234648 commit 497eefe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-features --all-targets --workspace -- -D warnings

semver:
name: Check semver
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: obi1kenobi/cargo-semver-checks-action@v2

autobahnclient:
name: Autobahn Client
runs-on: ubuntu-latest
Expand Down

0 comments on commit 497eefe

Please sign in to comment.