Skip to content

Commit

Permalink
Add semver checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Sep 4, 2024
1 parent 38c6f8b commit b2104d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,15 @@ jobs:
run: cargo build --locked --no-default-features --target x86_64-unknown-none
env:
RUSTFLAGS: "-D warnings"

semver:
name: Check semver compatibility
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit b2104d8

Please sign in to comment.