Skip to content

Commit

Permalink
fix: adds lfs checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer authored Oct 24, 2023
1 parent 72b9073 commit 9e623a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
shacl:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- uses: actions/checkout@v4
with:
lfs: true
- name: Get changed ttl files in datasets
id: changed-files-specific
uses: tj-actions/changed-files@v35
Expand Down

0 comments on commit 9e623a9

Please sign in to comment.