mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +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
|
||||
- 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 }})
|
||||
|
Loading…
Reference in New Issue
Block a user