aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/shellcheck.sh
blob: 38744b1060e290b0bcf90bd04e47ba2e3b806881 (plain)
1
2
3
4
5
6
7
8
9
# Fail immediately in case of errors and/or unset variables
set -eu -o pipefail

# Echo commands so that the progress can be seen in CI server logs.
set -x

# Check the shell scripts
shellcheck .github/workflows/run_invocation_tests.sh
shellcheck test_profile