Archived
1
0

Add auto install script

This commit is contained in:
Anmol Sethi
2020-05-20 04:50:16 -04:00
parent 96eeb9fea0
commit 3b11733bd8
9 changed files with 376 additions and 28 deletions

View File

@ -9,7 +9,7 @@ main() {
tsc --noEmit
# See comment in ./ci/container/Dockerfile
if [[ ! ${CI-} ]]; then
shellcheck -e SC2046,SC2164,SC2154 $(git ls-files "*.sh")
shellcheck -e SC2046,SC2164,SC2154,SC1091 $(git ls-files "*.sh")
fi
}