Skip to content

Commit

Permalink
Add semver-checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Oct 16, 2024
1 parent 5175a67 commit 355bd42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,17 @@ jobs:
with:
command: fmt
args: --all -- --check

semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
components: rustfmt
profile: minimal
override: true
- uses: obi1kenobi/cargo-semver-checks-action@v2
with:
args: --all-features --package manul

0 comments on commit 355bd42

Please sign in to comment.