SchildiChat-android/upstream_.github/workflows/validate-lfs.yml
SpiritCroc 993b9aae92 Automatic upstream merge postprocessing
Change-Id: I6e6b11d5707932dfce002e6379f71fc11caf4f7b
2022-10-07 20:33:02 +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