Skip to content

Commit 80bf3fe

Browse files
committed
remove semver check from main ci
1 parent 020443c commit 80bf3fe

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

-13
Original file line numberDiff line numberDiff line change
@@ -138,19 +138,6 @@ 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
154141
coverage:
155142
continue-on-error: true
156143
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)