We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b3a91 commit 1ce00edCopy full SHA for 1ce00ed
.github/workflows/size.yml
@@ -16,3 +16,10 @@ jobs:
16
pattern: 'dist/!(*.js.map)'
17
build-script: build
18
repo-token: '${{ secrets.GITHUB_TOKEN }}'
19
+
20
+ - name: compressed-size-action
21
+ uses: preactjs/compressed-size-action@v2
22
+ with:
23
+ pattern: 'test/fixtures/**/dist/!(*.map)'
24
+ build-script: 'test'
25
+ repo-token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments