Skip to content

Commit

Permalink
Add semver-checks CI job (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Jan 26, 2025
1 parent b0476c3 commit e15d6d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,10 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true

semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit e15d6d3

Please sign in to comment.