SchildiChat-android/.github/workflows/validate-lfs.yml
SpiritCroc b8cbc10ca3 [TMP] Automatic upstream merge preparation
Change-Id: I0dfb163330468cf676dbe35b2fe07699f2c072cf
2023-01-13 14:43:06 +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