aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/compressed-size.yml
blob: d346ef8190ab86b95cdf38fb20058778fef58622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Compressed Size

on: [pull_request]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - uses: preactjs/compressed-size-action@v1
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"