Skip to content

Commit

Permalink
chore: add Size Limit to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jan 25, 2022
1 parent 473d3fe commit a7a34d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -45,4 +45,11 @@ jobs:
run: npm run build

- name: Coverage
if: matrix.os == 'ubuntu-latest' && matrix.node == 14
uses: codecov/codecov-action@v1

- name: Size
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == 14
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a7a34d0

Please sign in to comment.