Merge remote-tracking branch 'ci/main'

This commit is contained in:
Jon Gjengset 2024-03-31 10:43:11 +02:00
commit c9be918c84

View file

@ -59,6 +59,19 @@ jobs:
with: with:
reporter: 'github-pr-check' reporter: 'github-pr-check'
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
semver:
runs-on: ubuntu-latest
name: semver
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: cargo-semver-checks
uses: obi1kenobi/cargo-semver-checks-action@v2
doc: doc:
# run docs generation on nightly rather than stable. This enables features like # run docs generation on nightly rather than stable. This enables features like
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an # https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an