We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e5c320 + 5289775 commit 0e51673Copy full SHA for 0e51673
.github/workflows/check.yml
@@ -59,6 +59,19 @@ jobs:
59
with:
60
reporter: 'github-pr-check'
61
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
72
+ components: rustfmt
73
+ - name: cargo-semver-checks
74
+ uses: obi1kenobi/cargo-semver-checks-action@v2
75
doc:
76
# run docs generation on nightly rather than stable. This enables features like
77
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
0 commit comments