From 4a5a8e40aa9a62ea936b52c990ea6dc9f9f2e146 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 21 Sep 2020 17:38:15 -0230 Subject: [PATCH] Use the latest ShellCheck (#9446) --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4b0febd7..c5d82726a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -183,13 +183,13 @@ jobs: test-lint-shellcheck: docker: - - image: koalaman/shellcheck-alpine@sha256:169a51b086af0ab181e32801c15deb78944bb433d4f2c0a21cc30d4e60547065 + - image: koalaman/shellcheck-alpine@sha256:35882cba254810c7de458528011e935ba2c4f3ebcb224275dfa7ebfa930ef294 steps: - checkout - run: apk add --no-cache bash jq yarn - run: - name: Shellcheck Lint - command: yarn lint:shellcheck + name: ShellCheck Lint + command: ./development/shellcheck.sh test-lint-lockfile: docker: