Skip to content

Commit

Permalink
Enable compressed-size-action for PRs (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 authored May 1, 2020
1 parent ec7e38d commit fdf6df0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 }}'
pattern: 'dist/Control.Geocoder.{css,js}'

0 comments on commit fdf6df0

Please sign in to comment.