Skip to content

Commit

Permalink
ci: Update shellcheck version used in CI (MetaMask#7951)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored and yqrashawn committed Feb 10, 2020
1 parent a3def1c commit b66956a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b66956a

Please sign in to comment.