summaryrefslogtreecommitdiff
path: root/preact/.github/workflows/size.yml
blob: f886534cc855f1ad55c9b0793599dfb08e5d0192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Compressed Size

on:
  pull_request:
    branches:
      - '**'
    paths:
      - '**/src/**.js'

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: preactjs/compressed-size-action@v1
        with:
          repo-token: '${{ secrets.GITHUB_TOKEN }}'