Skip to content

Commit

Permalink
fix: check size limit actionn branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thabarbados committed Feb 21, 2022
1 parent f51c995 commit ceec67b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/checks.yml
Expand Up @@ -22,10 +22,7 @@ jobs:
with:
node-version: 16
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Check size
uses: andresz1/size-limit-action@v1
uses: andresz1/size-limit-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install

0 comments on commit ceec67b

Please sign in to comment.