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.
1 parent d948ad7 commit 9bf1394Copy full SHA for 9bf1394
.github/workflows/check.yml
@@ -64,19 +64,6 @@ jobs:
64
with:
65
reporter: 'github-pr-check'
66
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
77
- components: rustfmt
78
- - name: cargo-semver-checks
79
- uses: obi1kenobi/cargo-semver-checks-action@v2
80
doc:
81
# run docs generation on nightly rather than stable. This enables features like
82
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
0 commit comments