mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-19 07:42:02 +03:00
e54a8029b1
Change-Id: Iff21d6b13a6482dfdce0714f59946604dfd1762c
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
|