SchildiChat-android/upstream_.github/workflows/validate-lfs.yml
SpiritCroc 47f507ff8c Automatic upstream merge postprocessing
Change-Id: I424200e98b40593000e0949ff644dfdad513fd70
2024-09-24 18:54:07 +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@v4
with:
lfs: 'true'
- run: |
./tools/validate_lfs.sh