mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-20 08:14:05 +03:00
abc5ed5dc4
Change-Id: I594a94fa28d863107f24a5f8592e48b330f21c48
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
|