From f9a90ae2a3a8aadd669aea066c30e3693ed7dd0f Mon Sep 17 00:00:00 2001 From: Marek Kulik Date: Thu, 10 Oct 2024 18:03:03 +0200 Subject: [PATCH] Enable LFS in workflow --- .github/workflows/validate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 6a376bb..71ef7ba 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -21,7 +21,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + lfs: true - name: Run validator run: |