Skip to content

Commit e655eb7

Browse files
committed
(gha) Call shellcheck with -x so it will load external files
Will allow the shellcheck test of task files to source common shell scripts in files/ when testing.
1 parent b01b36f commit e655eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install ShellCheck
1818
run: sudo apt-get install shellcheck
1919
- name: Run ShellCheck
20-
run: shellcheck tasks/*.sh
20+
run: shellcheck -x tasks/*.sh
2121

2222
test-install-task-on-ubuntu:
2323
strategy:

0 commit comments

Comments
 (0)