SchildiChat-android/.github/workflows/validate-lfs.yml
SpiritCroc 746c68c269 [TMP] Automatic upstream merge preparation
Change-Id: I79d0b50ea5600459ae715e0bb20af9e80baf110d
2022-10-19 18:30:26 +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