Skip to content

Commit fdf6df0

Browse files
authored
1 parent ec7e38d commit fdf6df0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/compressed-size.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Compressed Size
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: preactjs/compressed-size-action@v1
12+
with:
13+
repo-token: '${{ secrets.GITHUB_TOKEN }}'
14+
pattern: 'dist/Control.Geocoder.{css,js}'

0 commit comments

Comments
 (0)