-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove bors, appveyor and replace sizereport with our own * remove install from size * Update .github/workflows/nodejs.yml Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com> Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
- Loading branch information
1 parent
88241dd
commit fd4ea1a
Showing
7 changed files
with
55 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: compressed-size | ||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: compressed-size-action | ||
uses: preactjs/compressed-size-action@v2 | ||
with: | ||
pattern: 'dist/!(*.js.map)' | ||
build-script: build | ||
repo-token: '${{ secrets.GITHUB_TOKEN }}' | ||
|
||
- name: compressed-size-action | ||
uses: preactjs/compressed-size-action@v2 | ||
with: | ||
pattern: 'test/fixtures/**/dist/!(*.map)' | ||
build-script: 'test' | ||
repo-token: '${{ secrets.GITHUB_TOKEN }}' |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.