We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3b1a3 commit 0b5df8bCopy full SHA for 0b5df8b
1 file changed
.github/workflows/rust.yml
@@ -25,6 +25,17 @@ jobs:
25
- name: Check style
26
run: cargo fmt -- --check
27
28
+ check-docs:
29
+ runs-on: ubuntu-24.04
30
+ steps:
31
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
32
+ - name: Report cargo version
33
+ run: cargo --version
34
+ - name: Check docs
35
+ run: cargo doc --no-deps
36
+ env:
37
+ RUSTDOCFLAGS: -D warnings
38
+
39
clippy-lint:
40
runs-on: ubuntu-24.04
41
steps:
0 commit comments