SchildiChat-android/.github/workflows/validate-lfs.yml
SpiritCroc 4468b0efcf [TMP] Automatic upstream merge preparation
Change-Id: I689f1ff8d7d21247f60a4007e35c77fec5b8bc56
2023-02-15 15:52:50 +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