Setup git lfs
This commit is contained in:
parent
0c511b1092
commit
9a8ca7ad7d
3 changed files with 45 additions and 0 deletions
15
.github/workflows/validate-lfs.yml
vendored
Normal file
15
.github/workflows/validate-lfs.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue