SchildiChat-android/.github/workflows/validate-lfs.yml
SpiritCroc 20131ab024 [TMP] Automatic upstream merge preparation
Change-Id: I489ac980279e10d82764fca5e6942efc805d355c
2024-01-10 18:09:25 +01: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