Skip to content

Commit

Permalink
Add cargo-semver-checks CI job (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Jun 2, 2024
1 parent 05a7d2b commit 5de1efc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1

cargo-semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache Cargo Dependencies
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features

0 comments on commit 5de1efc

Please sign in to comment.