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.
2 parents 4c2afa1 + 8130438 commit b2115f9Copy full SHA for b2115f9
.github/workflows/build.yml
@@ -94,12 +94,25 @@ jobs:
94
publish_dir: ./target/doc
95
cname: base64-bytes.docs.espressosys.com
96
97
+ semver-check:
98
+ runs-on: ubuntu-latest
99
+ steps:
100
+ - uses: actions/checkout@v4
101
+ name: Checkout Repository
102
+
103
+ - uses: Swatinem/rust-cache@v2
104
+ name: Enable Rust Caching
105
106
+ - name: Check semver
107
+ uses: obi1kenobi/cargo-semver-checks-action@v2
108
109
publish:
110
needs:
111
- build
112
- test
113
- lint
114
- docs
115
+ - semver-check
116
runs-on: ubuntu-latest
117
steps:
118
- uses: actions/checkout@v4
0 commit comments