Setup git lfs

This commit is contained in:
Benoit Marty 2022-12-23 14:22:43 +01:00 committed by Benoit Marty
parent 0c511b1092
commit 9a8ca7ad7d
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