chore: add check for package size regression #1
Workflow file for this run
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
name: Bundle Size Report | |
on: | |
pull_request: | |
# types: [opened, ready_for_review] | |
branches: [main, release/*] | |
permissions: | |
pull-requests: write | |
jobs: | |
bundle-size-report: | |
name: Bundle Size Report | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Node.js | |
uses: actions/setup-node@v4 | |
with: | |
node-version: '18' | |
# - name: Checkout aws-rum-web | |
# uses: actions/checkout@v4 | |
# with: | |
# ref: ${{ github.ref }} | |
# - name: Install dependencies | |
# run: npm install | |
# - name: Build aws-rum-web bundle | |
# run: npm run build |