We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b8069 commit 469fad5Copy full SHA for 469fad5
1 file changed
.github/workflows/pr_stackablectl.yml
@@ -71,3 +71,9 @@ jobs:
71
run: |
72
cargo xtask gen-comp
73
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