Skip to content

Add fidget-wgpu crate #508

Add fidget-wgpu crate

Add fidget-wgpu crate #508

Workflow file for this run

name: Check documentation
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
RUSTDOCFLAGS: '--cfg docsrs -D warnings'
jobs:
# We test documentation using nightly to match docs.rs.
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rust-cache
with:
cache-key: check-docs
- name: Install nightly Rust
run: rustup default nightly
- name: Check docs
run: cargo doc --workspace --no-deps --document-private-items