Skip to content

Commit 0e51673

Browse files
committed
Merge remote-tracking branch 'ci/main'
2 parents 3e5c320 + 5289775 commit 0e51673

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/check.yml

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

0 commit comments

Comments
 (0)