Skip to content

Commit

Permalink
ci: validate auto-completion files
Browse files Browse the repository at this point in the history
Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git committed Jan 28, 2024
1 parent be4f035 commit b76a390
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install tools
run: |
sudo dnf -y install ShellCheck bats golang criu asciidoctor iptables iproute kmod jq
sudo dnf -y install ShellCheck bats golang criu asciidoctor iptables iproute kmod jq bash bash-completion zsh fish
sudo modprobe -va ip_tables ip6table_filter nf_conntrack nf_conntrack_netlink
- name: Run make shellcheck
run: make shellcheck
Expand All @@ -33,6 +33,8 @@ jobs:
path: test/junit.xml
- name: Run make install/uninstall
run: test/uninstall.sh
- name: Run make validate.completions
run: make validate.completions

event_file:
name: "Event File"
Expand Down

0 comments on commit b76a390

Please sign in to comment.