Skip to content

Commit

Permalink
Add semver check to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maurges committed Feb 28, 2024
1 parent 0c34630 commit f5ec0ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,11 @@ jobs:
cache-on-failure: "true"
- name: Dry-run publish
run: cargo publish --dry-run -p ${{ matrix.package }}
check-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "true"
- uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit f5ec0ba

Please sign in to comment.