summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 124c7e31..dc1fcbcb 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -118,6 +118,18 @@ jobs:
toolchain: stable
default: true
profile: minimal
+ - name: Print -h
+ uses: actions-rs/cargo@v1
+ with:
+ command: run
+ args: --locked -- -h
+ - name: Print --help
+ uses: actions-rs/cargo@v1
+ with:
+ command: run
+ args: --locked -- --help
+ - name: Show man page
+ run: man $(find . -name bat.1)
- name: Check documentation
env:
RUSTDOCFLAGS: -D warnings