Skip to content

Commit

Permalink
Add semver check
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 12, 2023
1 parent 18c9c0b commit 961b5d1
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 @@ -67,6 +67,15 @@ jobs:
- name: Check MSRV
run: cargo msrv verify

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

lints:
name: Lints
runs-on: ubuntu-latest
Expand Down

0 comments on commit 961b5d1

Please sign in to comment.