Run shards install

This commit is contained in:
Nemo 2020-04-02 20:08:45 +05:30
parent 252e896785
commit 81dc6e0a76
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ install:
- curl -sL -o ${HADOLINT} "https://github.com/hadolint/hadolint/releases/download/v1.17.5/hadolint-$(uname -s)-$(uname -m)"
&& chmod 700 ${HADOLINT}
script:
- shards install
- crystal spec
- crystal tool format --check
- git ls-files --exclude='Dockerfile*' --ignored | xargs --max-lines=1 ${HADOLINT}