Skip to content

Commit f4e5ce8

Browse files
committed
Check for breaking changes on CI
1 parent dd7b912 commit f4e5ce8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,17 @@ jobs:
9292
- uses: Swatinem/rust-cache@v2
9393
- uses: r7kamura/[email protected]
9494
- run: cargo clippy --all --all-targets
95+
96+
semver-checks:
97+
name: Semver Checks
98+
runs-on: ubuntu-latest
99+
steps:
100+
- uses: actions/checkout@v3
101+
- name: Check semver (API)
102+
uses: obi1kenobi/cargo-semver-checks-action@v1
103+
with:
104+
crate-name: bootloader_api
105+
- name: Check semver
106+
uses: obi1kenobi/cargo-semver-checks-action@v1
107+
with:
108+
crate-name: bootloader

0 commit comments

Comments
 (0)