Skip to content

Commit 3637304

Browse files
authored
CI: Run cargo-semver-checks for every PR and commits to main (#1053)
1 parent c1e3268 commit 3637304

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,11 @@ jobs:
237237
shell: bash
238238
- uses: Swatinem/rust-cache@v2
239239
- run: cargo fmt -- --check
240+
241+
semver-checks:
242+
runs-on: ubuntu-latest
243+
steps:
244+
- name: Checkout
245+
uses: actions/checkout@v3
246+
- name: Check semver
247+
uses: obi1kenobi/cargo-semver-checks-action@v2

0 commit comments

Comments
 (0)