mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-21 20:38:44 +00:00
CI: check docs (#1612)
This commit is contained in:
parent
848ceb6f10
commit
8321cc661c
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 }})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user