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 944af2a commit c80152dCopy full SHA for c80152d
.github/workflows/build.yml
@@ -115,14 +115,12 @@ jobs:
115
path: ${{ env.CACHED_BUILD_PATHS }}
116
key: ${{ env.BUILD_CACHE_KEY }}
117
- name: Check bundle sizes
118
- uses: getsentry/size-limit-action@v3
+ uses: getsentry/size-limit-action@v4
119
# Only run size check on master or pull requests
120
if: github.ref == 'refs/heads/master' || github.event_name == 'pull_request'
121
with:
122
github_token: ${{ secrets.GITHUB_TOKEN }}
123
- # see https://github.com/getsentry/size-limit-action#usage
124
skip_step: build
125
- workflow_name: 'build'
126
127
job_lint:
128
name: Lint
0 commit comments