Skip to content

Commit 021c8f6

Browse files
committed
CI: add semver check
1 parent 7307191 commit 021c8f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .github/workflows/semver.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Semver compliance check
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
semver_check:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: obi1kenobi/cargo-semver-checks-action@v2
13+

0 commit comments

Comments
 (0)