SchildiChat-android/upstream_.github/workflows/validate-lfs.yml
SpiritCroc ca2cfbfd5c Automatic upstream merge postprocessing
Change-Id: I49255442b53125bd6e94187df24225efa4d2c866
2023-06-05 15:03:31 +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