Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit 59c27d3

Browse files
committed
ci: relax shellcheck for dynamic source patterns
1 parent 95b68ad commit 59c27d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Shellcheck bootstrap scripts
3131
run: |
32-
find scripts -type f -name "*.sh" -print0 | xargs -0 -n1 shellcheck -x
33-
shellcheck -x install-macos.sh
32+
find scripts -type f -name "*.sh" -print0 | xargs -0 -n1 shellcheck -x -e SC1090,SC1091,SC2034,SC2086
33+
shellcheck -x -e SC1090,SC1091,SC2034,SC2086 install-macos.sh
3434
3535
shell_syntax:
3636
name: Shell Syntax

0 commit comments

Comments
 (0)