Skip to content

Commit

Permalink
Merge pull request #47 from 1Password/progdrasil/add-semver-checks
Browse files Browse the repository at this point in the history
Add cargo semver-checks to gitub actions
  • Loading branch information
Progdrasil authored Sep 16, 2024
2 parents ecc029e + b75208c commit f7e870a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
components: rustfmt
- run: rustup run ${{ matrix.rust }} cargo fmt --all -- --check

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

docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7e870a

Please sign in to comment.