based.cooking/.github/workflows/pr.yaml

13 lines
233 B
YAML
Raw Normal View History

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