Skip to content

Commit f9a90ae

Browse files
committed
Enable LFS in workflow
1 parent a305b3b commit f9a90ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
25+
with:
26+
lfs: true
2527

2628
- name: Run validator
2729
run: |

0 commit comments

Comments
 (0)