Skip to content

chore(deps)(deps): bump actions/checkout from 5.0.0 to 6.0.0 #43

chore(deps)(deps): bump actions/checkout from 5.0.0 to 6.0.0

chore(deps)(deps): bump actions/checkout from 5.0.0 to 6.0.0 #43

Workflow file for this run

name: Docs
on:
pull_request:
merge_group:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
docs:
name: Generate docs
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
with:
persist-credentials: false
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
- name: Rust cache
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
with:
cache-on-failure: true
- name: Check docs leaving the dependencies out
env:
RUSTDOCFLAGS: -A rustdoc::private-doc-tests -D warnings
run: cargo doc --no-deps