diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-05 22:11:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-05 22:11:22 +0100 |
| commit | 01ff681f571887fe3ffce90e0df60cf1997e9980 (patch) | |
| tree | 246ca6b25bc661754971220e5964cb8a885eff5e /ci/before_cache.sh | |
| parent | 5723b19210b2f3c8f0f20fce541c85b0739c7a3d (diff) | |
| parent | 502b5ee10fedc97e1455e7365a10c9bad7268c67 (diff) | |
| download | rneovim-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_cache.sh')
| -rwxr-xr-x | ci/before_cache.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/before_cache.sh b/ci/before_cache.sh index 9bc9bb45e9..3daeb04793 100755 --- a/ci/before_cache.sh +++ b/ci/before_cache.sh @@ -4,7 +4,9 @@ set -e set -o pipefail CI_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +# shellcheck source-path=SCRIPTDIR source "${CI_DIR}/common/build.sh" +# shellcheck source-path=SCRIPTDIR source "${CI_DIR}/common/suite.sh" mkdir -p "${HOME}/.cache" |