Skip to content

Commit 8a77acf

Browse files
committed
Only shellcheck scripts with .sh extension
We were also shellchecking python scripts. Signed-off-by: Eric Curtin <[email protected]>
1 parent a141e13 commit 8a77acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_and_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ main() {
3232
os="$(uname -s)"
3333

3434
install_dependencies "$1"
35-
shellcheck scripts/*
35+
shellcheck scripts/*.sh
3636

3737
local ncpu
3838
ncpu="$(nproc)"

0 commit comments

Comments
 (0)