summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Ieni <11428655+MarcoIeni@users.noreply.github.com>2021-05-12 07:20:12 +0200
committerGitHub <noreply@github.com>2021-05-12 07:20:12 +0200
commit8321cc661c94a2796c5033b6c368314f6853d04b (patch)
tree8c67782c75108aac0d07d91470a9cd7ff943b207
parent848ceb6f10b6d5f9fcfca5b3530220a5b2403f84 (diff)
CI: check docs (#1612)
-rw-r--r--.github/workflows/CICD.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 2116fd85..11119192 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -79,6 +79,13 @@ jobs:
run: bat --list-languages
- name: List of themes
run: bat --list-themes
+ - name: Check documentation
+ env:
+ RUSTDOCFLAGS: -D warnings
+ uses: actions-rs/cargo@v1
+ with:
+ command: doc
+ args: --no-deps --document-private-items --all-features
build:
name: ${{ matrix.job.os }} (${{ matrix.job.target }})