mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 19:32:25 +01:00
CI: check docs (#1612)
This commit is contained in:
7
.github/workflows/CICD.yml
vendored
7
.github/workflows/CICD.yml
vendored
@@ -79,6 +79,13 @@ jobs:
|
|||||||
run: bat --list-languages
|
run: bat --list-languages
|
||||||
- name: List of themes
|
- name: List of themes
|
||||||
run: bat --list-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:
|
build:
|
||||||
name: ${{ matrix.job.os }} (${{ matrix.job.target }})
|
name: ${{ matrix.job.os }} (${{ matrix.job.target }})
|
||||||
|
Reference in New Issue
Block a user