fabric-samples/ci/scripts/lint-shell.sh
Josh Kneubuhl 8b0dab01b0 Move linters from Azure to GHA
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-11-13 05:28:02 -05:00

6 lines
100 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
shellcheck --version
cd ./test-network-nano-bash && shellcheck *.sh