Archived
1
0

Remove colons from image filenames

This commit is contained in:
Anmol Sethi
2020-06-03 12:14:55 -04:00
parent 5815b4a0c0
commit d4ef7c1412
6 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@ main() {
eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js")
stylelint $(git ls-files "*.css")
tsc --noEmit
# See comment in ./ci/image/debian:8
# See comment in ./ci/image/debian8
if [[ ! ${CI-} ]]; then
shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090 $(git ls-files "*.sh")
fi