mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Add Git-LFS to lint job on CircleCI
This commit is contained in:
parent
10cddb15bc
commit
b9f582b691
@ -609,6 +609,9 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: circleci/node:10-buster
|
- image: circleci/node:10-buster
|
||||||
steps:
|
steps:
|
||||||
|
- run:
|
||||||
|
name: Install Git Large File Storage (LFS)
|
||||||
|
command: sudo apt-get install git-lfs
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/builds
|
at: /tmp/builds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user