Add Git-LFS to lint job on CircleCI

This commit is contained in:
willclarktech 2021-05-05 16:34:16 +02:00
parent 10cddb15bc
commit b9f582b691
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -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