Skip to content

Commit

Permalink
Add cargo-semver-checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Nov 1, 2024
1 parent 7026899 commit 23104cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,12 @@ jobs:
with:
command: fmt
args: --all -- --check

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

0 comments on commit 23104cf

Please sign in to comment.