Skip to content

STR-376: create the machinery around polling and execution of bridge duties v2 #277

STR-376: create the machinery around polling and execution of bridge duties v2

STR-376: create the machinery around polling and execution of bridge duties v2 #277

Workflow file for this run

name: Docs
on:
pull_request:
merge_group:
push:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
docs:
name: Generate docs
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-07-27
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Check docs leaving the dependencies out
env:
RUSTDOCFLAGS: --show-type-layout --enable-index-page -Zunstable-options -A rustdoc::private-doc-tests -D warnings
run: cargo doc --workspace --no-deps