mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Install shfmt in lint job
This commit is contained in:
parent
4370c4c547
commit
1b9a530dd2
@ -458,6 +458,12 @@ jobs:
|
||||
- image: circleci/node:10-buster
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install shfmt
|
||||
command: |
|
||||
sudo wget https://github.com/mvdan/sh/releases/download/v3.2.1/shfmt_v3.2.1_linux_amd64 -O /usr/local/bin/shfmt
|
||||
sudo chmod +x /usr/local/bin/shfmt
|
||||
shfmt --version
|
||||
- run:
|
||||
name: Version information
|
||||
command: echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user