Skip to content

Commit 57d026f

Browse files
authored
ci: ensure shell completions were updated (#165)
* ci: ensure shell completions were updated * fix: use cargo xtasks
1 parent 07f5898 commit 57d026f

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
@@ -65,3 +65,9 @@ jobs:
6565
- name: Build for non-Windows
6666
if: matrix.os != 'windows-latest'
6767
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

Comments
 (0)