Skip to content

Commit

Permalink
ci: check documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Jun 30, 2024
1 parent 660e57c commit 4ef86e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ jobs:
with:
command: clippy
args: --workspace --all-features --all-targets -- --deny warnings

- name: Run `cargo doc`
uses: actions-rs/cargo@v1
env:
RUSTDOCFLAGS: "--deny warnings"
with:
command: clippy
args: --workspace --all-features --all-targets -- --deny warnings

0 comments on commit 4ef86e6

Please sign in to comment.