Merge pull request #867 from status-im/fix-size-2

This commit is contained in:
fryorcraken.eth 2022-08-05 16:42:25 +10:00 committed by GitHub
commit 9f10a500d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1
- uses: fryorcraken/size-limit-action@v2
with:
skip_step: build # Done in the package.json script
skip_build: true # Done in the package.json script
github_token: ${{ secrets.GITHUB_TOKEN }}