Skip to content

Commit

Permalink
chore: no need to install git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
vzctl committed Dec 6, 2023
1 parent aa6b771 commit fe4def7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe4def7

Please sign in to comment.