mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
semver checks fix
This commit is contained in:
parent
52be1d7e98
commit
19c0007cb7
1 changed files with 3 additions and 2 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -125,7 +125,6 @@ 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:
|
||||
|
@ -133,7 +132,9 @@ jobs:
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue