mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-20 08:14:05 +03:00
cf4929f6cb
Change-Id: I8f7e9e1fc3937a011f4f57414e4f761ee51c173a
15 lines
236 B
YAML
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
|