From fe4def704888b3b50905ab47f1415032290ca760 Mon Sep 17 00:00:00 2001 From: Alexey Lapitsky Date: Wed, 6 Dec 2023 08:58:42 +0000 Subject: [PATCH] chore: no need to install git-lfs --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2a8ca374..9b246d96 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,14 +10,10 @@ jobs: runs-on: ubuntu-latest name: Lint steps: - - name: Install LFS - run: apt-get install git-lfs - - name: Clone the repository uses: actions/checkout@v3 with: lfs: 'true' - - name: Lint run: | yarn