Setup git lfs

This commit is contained in:
Benoit Marty
2022-12-23 14:22:43 +01:00
committed by Benoit Marty
parent 160bc2b302
commit 7caff5c2dd
3 changed files with 45 additions and 0 deletions

15
.github/workflows/validate-lfs.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Validate Git LFS
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Validate
steps:
- uses: actions/checkout@v3
with:
lfs: 'true'
- run: |
./tools/git/validate_lfs.sh