Skip to content

Commit 4bd9ff3

Browse files
committed
Add semver checks to CI
This won't catch everything but it's better than nothing
1 parent 423930b commit 4bd9ff3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13+
semver:
14+
runs-on: macos-11.0
15+
steps:
16+
- uses: actions/checkout@v2
17+
- name: Check semver
18+
uses: obi1kenobi/cargo-semver-checks-action@v2
1319
build:
1420
runs-on: ${{ matrix.os }}
1521
strategy:

0 commit comments

Comments
 (0)