Cms 1730405422488/posts/2024 10 local ancestry inference for african african american samples in gnomad #462
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check image sizes | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
paths-ignore: | |
- 'auth/**' | |
jobs: | |
check-image-sizes: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Check image sizes | |
run: | | |
if [[ -n $(find static/images -type f -size +1M) ]]; then | |
exit 1 | |
fi |