mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
ci: Update shellcheck version used in CI (#7951)
This commit is contained in:
parent
7710286472
commit
9a692d721d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user