Skip to content

Commit 261cfaf

Browse files
committed
Added completion action
1 parent bacc105 commit 261cfaf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,17 @@ jobs:
9696
diff -qr templates/"${{ matrix.version }}" "$test_dir"
9797
9898
rm -fr "$(dirname "$test_dir")"
99+
100+
check-bash-completion:
101+
runs-on: ubuntu-latest
102+
103+
name: Check that Bash completion is up to date
104+
steps:
105+
- uses: actions/checkout@v5
106+
- uses: go-task/setup-task@v1
107+
108+
- name: Build completion
109+
run: task completion:build
110+
111+
- name: Check that nothing has changed
112+
run: git diff --exit-code

0 commit comments

Comments
 (0)