Skip to content

Commit

Permalink
Add semver check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Mar 16, 2024
1 parent 99ed76f commit 1b415a8
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 @@ -50,6 +50,13 @@ jobs:
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-features -- -D warnings
semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

codecov:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1b415a8

Please sign in to comment.