diff options
author | dundargoc <gocdundar@gmail.com> | 2022-10-30 13:50:41 +0100 |
---|---|---|
committer | dundargoc <gocdundar@gmail.com> | 2022-11-01 18:37:21 +0100 |
commit | 502b5ee10fedc97e1455e7365a10c9bad7268c67 (patch) | |
tree | 76e48e2ff97cd7725d06f3e9a9521861584f6f12 /ci/before_script.sh | |
parent | aeb87f8b4a87e99c392e7ec11b29b715e1f31ac3 (diff) | |
download | rneovim-502b5ee10fedc97e1455e7365a10c9bad7268c67.tar.gz rneovim-502b5ee10fedc97e1455e7365a10c9bad7268c67.tar.bz2 rneovim-502b5ee10fedc97e1455e7365a10c9bad7268c67.zip |
build(lint): add more shell scripts to lintsh
Diffstat (limited to 'ci/before_script.sh')
-rwxr-xr-x | ci/before_script.sh | 1 |
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. |