Skip to content

Commit

Permalink
test(ci): check semver
Browse files Browse the repository at this point in the history
  • Loading branch information
agilarity committed Mar 20, 2024
1 parent 841d7a6 commit 486727d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci-semver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI semver

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
get-leptos-changed:
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

0 comments on commit 486727d

Please sign in to comment.