SchildiChat-android/.github/workflows/validate-lfs.yml
SpiritCroc 0c3596af74 [TMP] Automatic upstream merge preparation
Change-Id: I6e081201eefb440c8c26a758e5d8e8304261ba3d
2023-01-25 18:22:59 +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