github actions are useful but annoying as shit
This commit is contained in:
parent
44667f34ce
commit
37b029c229
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -86,10 +86,11 @@ jobs:
|
|||||||
command: clippy
|
command: clippy
|
||||||
args: -- -D warnings
|
args: -- -D warnings
|
||||||
|
|
||||||
- name: Run rustdoc lints
|
# This package does not provide docs
|
||||||
uses: actions-rs/cargo@v1
|
# - name: Run rustdoc lints
|
||||||
env:
|
# uses: actions-rs/cargo@v1
|
||||||
RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples"
|
# env:
|
||||||
with:
|
# RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples"
|
||||||
command: doc
|
# with:
|
||||||
args: --workspace --all-features --no-deps --document-private-items
|
# command: doc
|
||||||
|
# args: --workspace --all-features --no-deps --document-private-items
|
||||||
|
Loading…
Reference in New Issue
Block a user