Skip to content

Commit

Permalink
ci: ensure man page is up to date (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ authored Dec 18, 2023
1 parent 04b8069 commit 469fad5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ jobs:
run: |
cargo xtask gen-comp
git diff --exit-code
- name: Ensure man page is up-to-date
if: matrix.os = 'x86_64-unknown-linux-gnu'
run: |
cargo xtask gen-man
git diff --exit-code

0 comments on commit 469fad5

Please sign in to comment.