File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 3232 rust : stable-x86_64-gnu
3333 steps :
3434 - uses : actions/checkout@master
35- - name : Install Rust (rustup)
35+ - name : Install Rust
3636 run : |
3737 rustup update ${{ matrix.rust }} --no-self-update
3838 rustup default ${{ matrix.rust }}
6060 rustup component add rustfmt
6161 - run : cargo fmt -- --check
6262
63+ doc :
64+ name : Check Documentation
65+ runs-on : ubuntu-latest
66+ steps :
67+ - uses : actions/checkout@master
68+ - name : Install Rust
69+ run : |
70+ rustup update stable --no-self-update
71+ rustup default stable
72+ rustup component add rust-docs
73+ - name : Run rustdoc
74+ run : RUSTDOCFLAGS="-D warnings" cargo doc --verbose --all-features
75+
6376 features :
6477 name : Feature check
6578 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments