We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a141e13 commit 8a77acfCopy full SHA for 8a77acf
scripts/build_and_test.sh
@@ -32,7 +32,7 @@ main() {
32
os="$(uname -s)"
33
34
install_dependencies "$1"
35
- shellcheck scripts/*
+ shellcheck scripts/*.sh
36
37
local ncpu
38
ncpu="$(nproc)"
0 commit comments