diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cd2841..a2cba01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: with: targets: x86_64-unknown-linux-gnu, wasm32-unknown-unknown components: rustfmt, clippy + - name: Check semver + uses: obi1kenobi/cargo-semver-checks-action@v2 - name: Install alsa and udev run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev - name: Cache @@ -43,7 +45,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Run msrv shell: bash run: |