summaryrefslogtreecommitdiff
path: root/.github/workflows/pr.yaml
blob: 756bd07c1080df732524d1ae144e0b652e8a4f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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