aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/compressed-size.yml
blob: ed9f8723b23495af876f1cd03f8d7b37b7ff5033 (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@v2
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"