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 Jul 7, 2024
1 parent 48d23e9 commit d2c754e
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 d2c754e

Please sign in to comment.