Skip to content

Commit

Permalink
ci: Update shellcheck version used in CI (#7951)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored Jan 30, 2020
1 parent 7710286 commit 9a692d7
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 9a692d7

Please sign in to comment.