Skip to content

Commit

Permalink
add cargo semver checks
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Dec 25, 2024
1 parent 0e40db2 commit 00f0c7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
- run: cargo build --features ${{ matrix.api_level }} --features ${{ matrix.component }}
name: Build minimal features

semver_checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

rustdoc:
name: Build Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00f0c7c

Please sign in to comment.