Skip to content

Commit

Permalink
Merge pull request #9 from cbeck88/add-semver-checks
Browse files Browse the repository at this point in the history
add semver check ci
  • Loading branch information
cbeck88 authored Oct 13, 2024
2 parents c90cacc + 9789fe1 commit c389f35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ jobs:
run: cargo +nightly fmt -- --check
- name: Clippy
run: cargo clippy --all --all-features -- -D warnings

semver-checks:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit c389f35

Please sign in to comment.