github actions are useful but annoying as shit

This commit is contained in:
illegitimate-egg 2025-03-08 00:00:00 +00:00
parent 44667f34ce
commit 37b029c229

View File

@ -86,10 +86,11 @@ jobs:
command: clippy
args: -- -D warnings
- name: Run rustdoc lints
uses: actions-rs/cargo@v1
env:
RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples"
with:
command: doc
args: --workspace --all-features --no-deps --document-private-items
# This package does not provide docs
# - name: Run rustdoc lints
# uses: actions-rs/cargo@v1
# env:
# RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples"
# with:
# command: doc
# args: --workspace --all-features --no-deps --document-private-items