Skip to content

Commit

Permalink
ci rustdoc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed Jan 29, 2024
1 parent 8e59ef0 commit 09a93c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ jobs:
- name: krnlc clippy
if: ${{ !cancelled() }}
run: cargo +nightly-2023-05-27 clippy --manifest-path krnlc/Cargo.toml --no-default-features --features use-installed-tools -v -- -D warnings
- name: rustdoc
if: ${{ !cancelled() }}
run: cargo rustdoc -- --D warnings
cargo-deny:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 09a93c7

Please sign in to comment.