Skip to content

Commit fb182e7

Browse files
Merge branch 'rust-osdev:main' into master
2 parents 2f66e58 + 7c8e2ca commit fb182e7

File tree

10 files changed

+249
-201
lines changed

10 files changed

+249
-201
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,15 @@ jobs:
106106
with:
107107
shared-key: "semver-checks"
108108
cache-targets: false
109-
- run: cargo install cargo-semver-checks --locked
110109
- name: Check semver (API)
111-
run: cargo semver-checks check-release -p bootloader_api
110+
uses: obi1kenobi/cargo-semver-checks-action@v2
111+
with:
112+
package: bootloader_api
113+
rust-toolchain: manual
112114
- name: Check semver
113-
run: cargo semver-checks check-release
115+
uses: obi1kenobi/cargo-semver-checks-action@v2
116+
with:
117+
rust-toolchain: manual
114118

115119
typos:
116120
name: Check spelling

0 commit comments

Comments
 (0)