Skip to content

Commit ab8994a

Browse files
authored
Merge branch 'main' into cijothomas/attributeset-1
2 parents 5c842a8 + 5c17ed1 commit ab8994a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,19 @@ jobs:
138138
env:
139139
CARGO_INCREMENTAL: '0'
140140
RUSTDOCFLAGS: -Dwarnings
141+
semver: # This job uses the latest published crate as baseline for comparison.
142+
runs-on: ubuntu-latest
143+
name: semver
144+
steps:
145+
- uses: actions/checkout@v4
146+
with:
147+
submodules: true
148+
- name: Install stable
149+
uses: dtolnay/rust-toolchain@stable
150+
with:
151+
components: rustfmt
152+
- name: cargo-semver-checks
153+
uses: obi1kenobi/cargo-semver-checks-action@v2.3
141154
coverage:
142155
continue-on-error: true
143156
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)