Merge pull request #1553 from tridactyl/reenable_shellcheck

.circleci/config.yml: Re-enable shellcheck
This commit is contained in:
Oliver Blanthorn 2019-05-18 21:25:25 +01:00 committed by GitHub
commit 9ce9a2df78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,10 @@ jobs:
docker:
- image: circleci/node:latest
steps:
# - run: sudo apt update
# - run: sudo apt install -qq shellcheck
- run: sudo apt update
- run: sudo apt install -qq shellcheck
- commoncmd
# - run: bash -c 'GLOBIGNORE="node_modules" shellcheck **/*.sh'
- run: bash -c 'GLOBIGNORE="node_modules" shellcheck **/*.sh'
- run: npm run lint
- run: bash -c '"$(npm bin)/tslint" --project .'
unit: