Skip to content

Commit

Permalink
Only run shellcheck action on wt & bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusauler committed Jul 1, 2024
1 parent 7f2aac0 commit 468b4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run Shellcheck
run: |
./shellcheck --version
./shellcheck -e SC2148 wt completions/_wt_completion completions/wt_completion
./shellcheck -e SC2148 wt completions/wt_completion

0 comments on commit 468b4c1

Please sign in to comment.