SchildiChat-android/upstream_.github/workflows/validate-lfs.yml
SpiritCroc 0d7792572c Automatic upstream merge postprocessing
Change-Id: I7596421cce0493c4eb54380733a01bc7c1f7e118
2024-05-30 20:51:03 +02:00

15 lines
236 B
YAML

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/validate_lfs.sh