Skip to content

Commit

Permalink
enable semver check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Sep 4, 2023
1 parent f95413b commit 6fcb294
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,13 @@ jobs:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1

# TODO: enable once we have a published crate :)
# semver-checks:
# needs: check
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Check semver
# uses: obi1kenobi/cargo-semver-checks-action@v2
# with:
# rust-toolchain: ${{env.RUST_TOOLCHAIN}}
semver-checks:
needs: check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: ${{env.RUST_TOOLCHAIN}}

0 comments on commit 6fcb294

Please sign in to comment.