Skip to content

Commit 896db83

Browse files
committed
fix(ci/shellcheck): allow external sources to be sourced
[SC1091](https://www.shellcheck.net/wiki/SC1091)
1 parent df44d0b commit 896db83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ steps:
66
- hooks/**
77
- commands/**
88
- libs/**
9+
options:
10+
- "--color=always"
11+
- "--external-sources"
912

1013
- label: ":sparkles:"
1114
plugins:

0 commit comments

Comments
 (0)