Skip to content

Commit

Permalink
add gzip size action for prs (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Jan 23, 2020
1 parent cf95bc7 commit 0f95ab0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/gzip-size.yml
@@ -0,0 +1,12 @@
name: gzip size

on: [pull_request]

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

0 comments on commit 0f95ab0

Please sign in to comment.