mirror of
https://github.com/sharkdp/bat.git
synced 2024-10-31 20:11:01 +01:00
CICD: Put documentation testing in its own job (#1831)
For increased parallelization and thus a faster CICD pipeline.
This commit is contained in:
parent
df067f7d1f
commit
8ca852c728
13
.github/workflows/CICD.yml
vendored
13
.github/workflows/CICD.yml
vendored
@ -86,6 +86,19 @@ 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
|
||||||
|
|
||||||
|
documentation:
|
||||||
|
name: Documentation
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- name: Git checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Install Rust toolchain
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
default: true
|
||||||
|
profile: minimal
|
||||||
- name: Check documentation
|
- name: Check documentation
|
||||||
env:
|
env:
|
||||||
RUSTDOCFLAGS: -D warnings
|
RUSTDOCFLAGS: -D warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user