Skip to content

Commit 469fad5

Browse files
authored
ci: ensure man page is up to date (#166)
1 parent 04b8069 commit 469fad5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr_stackablectl.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ jobs:
7171
run: |
7272
cargo xtask gen-comp
7373
git diff --exit-code
74+
75+
- name: Ensure man page is up-to-date
76+
if: matrix.os = 'x86_64-unknown-linux-gnu'
77+
run: |
78+
cargo xtask gen-man
79+
git diff --exit-code

0 commit comments

Comments
 (0)