Skip to content

Commit b4847c8

Browse files
authored
Merge pull request #19 from rust-osdev/cargo-semver-checks
ci: run cargo-semver-checks
2 parents e50d1b4 + 528c58a commit b4847c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
- run: cargo miri test --features alloc,mmio,pci,zerocopy
5858
- run: cargo miri test --all-features
5959

60+
semver-checks:
61+
name: Semver checks
62+
runs-on: ubuntu-latest
63+
steps:
64+
- uses: actions/checkout@v6
65+
- uses: obi1kenobi/cargo-semver-checks-action@v2
66+
6067
test:
6168
name: Test
6269
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)