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 240c8c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,16 @@ jobs:
#- uses: Swatinem/rust-cache@v1

- name: Check MSRV
run: cargo msrv verify
run: cargo msrv verify --log-target=stdout

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
Expand Down

0 comments on commit 240c8c1

Please sign in to comment.