Skip to content

Commit

Permalink
Enable LFS in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Oct 10, 2024
1 parent a305b3b commit f9a90ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true

- name: Run validator
run: |
Expand Down

0 comments on commit f9a90ae

Please sign in to comment.