mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +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:
|
test-lint-shellcheck:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:10.18-browsers
|
- image: koalaman/shellcheck-alpine:stable
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: sudo apt-get install shellcheck
|
- run: apk add --no-cache bash jq yarn
|
||||||
- run:
|
- run:
|
||||||
name: Shellcheck Lint
|
name: Shellcheck Lint
|
||||||
command: yarn lint:shellcheck
|
command: yarn lint:shellcheck
|
||||||
|
Loading…
Reference in New Issue
Block a user