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 07f5898 commit 57d026fCopy full SHA for 57d026f
1 file changed
.github/workflows/pr_stackablectl.yml
@@ -65,3 +65,9 @@ jobs:
65
- name: Build for non-Windows
66
if: matrix.os != 'windows-latest'
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'
71
+ run: |
72
+ cargo xtask gen-comp
73
+ git diff --exit-code
0 commit comments