Skip to content

Commit 72e2213

Browse files
committed
fix: ignore non-POSIX completion scripts
1 parent 00b4417 commit 72e2213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- name: Run ShellCheck
1616
uses: ludeeus/action-shellcheck@master
17+
with:
18+
ignore_paths: ./completion.*

0 commit comments

Comments
 (0)