Skip to content

Commit

Permalink
semver checks fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Feb 22, 2024
1 parent 52be1d7 commit 19c0007
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
- run: cargo semver-checks --workspace --exclude "dioxus-cli, dioxus-ext"
with:
manifest-path: ./Cargo.toml
exclude: "dioxus-cli, dioxus-ext"

playwright:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 19c0007

Please sign in to comment.