mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Use the latest ShellCheck (#9446)
This commit is contained in:
parent
1b00062649
commit
4a5a8e40aa
@ -183,13 +183,13 @@ jobs:
|
|||||||
|
|
||||||
test-lint-shellcheck:
|
test-lint-shellcheck:
|
||||||
docker:
|
docker:
|
||||||
- image: koalaman/shellcheck-alpine@sha256:169a51b086af0ab181e32801c15deb78944bb433d4f2c0a21cc30d4e60547065
|
- image: koalaman/shellcheck-alpine@sha256:35882cba254810c7de458528011e935ba2c4f3ebcb224275dfa7ebfa930ef294
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: apk add --no-cache bash jq yarn
|
- run: apk add --no-cache bash jq yarn
|
||||||
- run:
|
- run:
|
||||||
name: Shellcheck Lint
|
name: ShellCheck Lint
|
||||||
command: yarn lint:shellcheck
|
command: ./development/shellcheck.sh
|
||||||
|
|
||||||
test-lint-lockfile:
|
test-lint-lockfile:
|
||||||
docker:
|
docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user