Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,15 @@ jobs:
with:
shared-key: "semver-checks"
cache-targets: false
- run: cargo install cargo-semver-checks --locked
- name: Check semver (API)
run: cargo semver-checks check-release -p bootloader_api
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
package: bootloader_api
rust-toolchain: manual
- name: Check semver
run: cargo semver-checks check-release
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: manual

typos:
name: Check spelling
Expand Down