Skip to content

Commit

Permalink
Add semantic versioning check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Feb 8, 2025
1 parent b41e645 commit 73245cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Check Clippy Linter
run: cargo clippy --all-features --all-targets -- -D warnings

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

0 comments on commit 73245cd

Please sign in to comment.