We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df38891 + 47f5421 commit bfd56b0Copy full SHA for bfd56b0
.github/workflows/ci.yml
@@ -106,11 +106,15 @@ jobs:
106
with:
107
shared-key: "semver-checks"
108
cache-targets: false
109
- - run: cargo install cargo-semver-checks --locked
110
- name: Check semver (API)
111
- run: cargo semver-checks check-release -p bootloader_api
+ uses: obi1kenobi/cargo-semver-checks-action@v2
+ with:
112
+ package: bootloader_api
113
+ rust-toolchain: manual
114
- name: Check semver
- run: cargo semver-checks check-release
115
116
117
118
119
typos:
120
name: Check spelling
0 commit comments