Skip to content

Commit

Permalink
ci: Update bundle-size action (managed by Terraform)
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkeyclip Bot committed Apr 4, 2022
1 parent 505d3dc commit be50382
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
##############################################
# FILE GENERATED AUTOMATICALLY FROM TERRAFORM
# THIS FILE SHOULD NOT BE EDITED BY HAND
##############################################
name: 'size'
on:
pull_request:
branches:
- master

jobs:
pkg-size-report:
name: Package Size Report
runs-on: self-hosted

steps:
- name: Checkout
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '16'

- name: Package size report
uses: pkg-size/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
display-size: uncompressed, gzip, brotli
hide-files: 'src/**,**.md,*.{js,css}.map'

0 comments on commit be50382

Please sign in to comment.