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 d57492c commit 7828b1dCopy full SHA for 7828b1d
.github/workflows/pr_stackablectl.yml
@@ -67,13 +67,13 @@ jobs:
67
run: cargo build --target ${{ matrix.target }} -p stackablectl
68
69
- name: Ensure shell completions up-to-date
70
- if: matrix.os = 'x86_64-unknown-linux-gnu'
+ if: matrix.os == 'x86_64-unknown-linux-gnu'
71
run: |
72
cargo xtask gen-comp
73
git diff --exit-code
74
75
- name: Ensure man page is up-to-date
76
77
78
cargo xtask gen-man
79
0 commit comments