Skip to content

Commit

Permalink
Merge pull request #9 from EspressoSystems/feat/semver-check
Browse files Browse the repository at this point in the history
Check semver compatibility to force appropriate version bumps
  • Loading branch information
jbearer committed Mar 15, 2024
2 parents 4c2afa1 + 8130438 commit b2115f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,25 @@ jobs:
publish_dir: ./target/doc
cname: base64-bytes.docs.espressosys.com

semver-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Repository

- uses: Swatinem/rust-cache@v2
name: Enable Rust Caching

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

publish:
needs:
- build
- test
- lint
- docs
- semver-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b2115f9

Please sign in to comment.