Skip to content

Merge pull request #18 from tigerros/dependabot/github_actions/action… #141

Merge pull request #18 from tigerros/dependabot/github_actions/action…

Merge pull request #18 from tigerros/dependabot/github_actions/action… #141

Workflow file for this run

name: Doc check
on: [push, pull_request]
jobs:
doc-check:
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
- name: Doc check
run: cargo doc --workspace --all-features