Skip to content

Commit

Permalink
Try adding the compressed-size-action (reduxjs#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Feb 19, 2020
1 parent 717658b commit 69758eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Compressed Size

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 69758eb

Please sign in to comment.