based.cooking/.github/workflows/pr.yaml
Daniil Leontiev a5605d6c46
Add images size checking in PR (#281)
* Add images size checking in PR

* Fix typo

* Switched to POSIX shell

* More proper diff
2021-03-21 15:16:01 -04:00

13 lines
233 B
YAML

on: pull_request
jobs:
check_size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check file size
run: .github/workflows/scripts/check-size.sh