We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a6d3d commit dd1f9e2Copy full SHA for dd1f9e2
.github/workflows/ci.yml
@@ -65,3 +65,12 @@ jobs:
65
- uses: dtolnay/rust-toolchain@clippy
66
- run: cargo clippy --all-targets -- -D warnings
67
- run: cargo clippy --all-targets --all-features -- -D warnings
68
+
69
+ semver-checks:
70
+ runs-on: ubuntu-latest
71
+ steps:
72
+ - uses: actions/checkout@v5
73
+ - name: Check semver
74
+ uses: obi1kenobi/cargo-semver-checks-action@v2
75
+ with:
76
+ release-type: minor
0 commit comments