enable cargo-semver-checks, try 2

This commit is contained in:
David Hewitt 2023-11-18 13:25:05 +00:00
parent 99858236bd
commit 24f3d0da62
1 changed files with 9 additions and 0 deletions

View File

@ -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