1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

ci: Update shellcheck version used in CI (#7951)

This commit is contained in:
Whymarrh Whitby 2020-01-30 10:29:16 -03:30 committed by GitHub
parent 7710286472
commit 9a692d721d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,10 +193,10 @@ jobs:
test-lint-shellcheck:
docker:
- image: circleci/node:10.18-browsers
- image: koalaman/shellcheck-alpine:stable
steps:
- checkout
- run: sudo apt-get install shellcheck
- run: apk add --no-cache bash jq yarn
- run:
name: Shellcheck Lint
command: yarn lint:shellcheck