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 b6ea994
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,18 @@ 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:
package: manul
feature-group: all-features

0 comments on commit b6ea994

Please sign in to comment.