aboutsummaryrefslogtreecommitdiff
path: root/ci/before_script.sh
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-11-05 22:11:22 +0100
committerGitHub <noreply@github.com>2022-11-05 22:11:22 +0100
commit01ff681f571887fe3ffce90e0df60cf1997e9980 (patch)
tree246ca6b25bc661754971220e5964cb8a885eff5e /ci/before_script.sh
parent5723b19210b2f3c8f0f20fce541c85b0739c7a3d (diff)
parent502b5ee10fedc97e1455e7365a10c9bad7268c67 (diff)
downloadrneovim-01ff681f571887fe3ffce90e0df60cf1997e9980.tar.gz
rneovim-01ff681f571887fe3ffce90e0df60cf1997e9980.tar.bz2
rneovim-01ff681f571887fe3ffce90e0df60cf1997e9980.zip
Merge pull request #20858 from dundargoc/build/lintsh
build: add more shell scripts to the `lintsh` target
Diffstat (limited to 'ci/before_script.sh')
-rwxr-xr-xci/before_script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/before_script.sh b/ci/before_script.sh
index 08e0cb9103..066789af36 100755
--- a/ci/before_script.sh
+++ b/ci/before_script.sh
@@ -4,6 +4,7 @@ set -e
set -o pipefail
CI_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
+# shellcheck source-path=SCRIPTDIR
source "${CI_DIR}/common/build.sh"
# Test some of the configuration variables.