We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141fc20 commit 50e6058Copy full SHA for 50e6058
.github/workflows/rust.yml
@@ -54,3 +54,6 @@ jobs:
54
with:
55
command: clippy
56
args: --all-features --tests --target=x86_64-unknown-linux-gnu -- -D warnings
57
+
58
+ - name: Check documentation
59
+ run: make doc
0 commit comments