Skip to content

Commit

Permalink
enable cargo-semver-checks, try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 18, 2023
1 parent 9985823 commit 24f3d0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ jobs:
- name: Check rust formatting (rustfmt)
run: nox -s rustfmt

semver-checks:
if: github.ref != 'refs/heads/main'
needs: [fmt]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: obi1kenobi/cargo-semver-checks-action@v2

check-msrv:
needs: [fmt]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 24f3d0d

Please sign in to comment.