Skip to content

Commit e43de24

Browse files
committed
add rustdoc and clippy to githubs workflow
1 parent d484340 commit e43de24

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
components: clippy
2828
- run: RUSTFLAGS="--deny warnings" cargo clippy ${{ matrix.features }}
2929

30+
doc:
31+
runs-on: ubuntu-latest
32+
steps:
33+
- uses: actions/checkout@v4
34+
- uses: dtolnay/rust-toolchain@stable
35+
- run: RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
36+
3037
msrv:
3138
runs-on: ubuntu-latest
3239
env:

0 commit comments

Comments
 (0)