Skip to content

Commit 9bf1394

Browse files
committed
remove semver check
1 parent d948ad7 commit 9bf1394

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,6 @@ jobs:
6464
with:
6565
reporter: 'github-pr-check'
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
67-
semver:
68-
runs-on: ubuntu-latest
69-
name: semver
70-
steps:
71-
- uses: actions/checkout@v4
72-
with:
73-
submodules: true
74-
- name: Install stable
75-
uses: dtolnay/rust-toolchain@stable
76-
with:
77-
components: rustfmt
78-
- name: cargo-semver-checks
79-
uses: obi1kenobi/cargo-semver-checks-action@v2
8067
doc:
8168
# run docs generation on nightly rather than stable. This enables features like
8269
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an

0 commit comments

Comments
 (0)