Skip to content

Commit

Permalink
Add check completion files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricereix authored and hurl-bot committed Aug 28, 2024
1 parent bc76fd8 commit 7467f08
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ jobs:
- name: Check doc generation
if: always()
run: bin/check/doc.sh

- name: Check completion files
if: always()
run: |
sudo apt-get install -y zsh fish powershell
bin/check/completion.sh
12 changes: 12 additions & 0 deletions bin/check/completion.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
set -Eeuo pipefail

bash completions/hurl.bash
bash completions/hurlfmt.bash

fish completions/hurl.fish
fish completions/hurlfmt.fish

pwsh completions/_hurl.ps1
pwsh completions/_hurlfmt.ps1

0 comments on commit 7467f08

Please sign in to comment.