Skip to content

Commit

Permalink
fix(ci): add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
agilarity committed Mar 20, 2024
1 parent 1900803 commit 2a61730
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/ci-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ jobs:
uses: ./.github/workflows/get-leptos-changed.yml

test:
name: Check semver
needs: [get-leptos-changed]
if: needs.get-leptos-changed.outputs.leptos_changed == 'true'
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: nightly-2024-01-29
name: Run semver check (nightly-2024-01-29)
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@

- name: Sember Checks
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: nightly-2024-01-29

0 comments on commit 2a61730

Please sign in to comment.