Skip to content

Commit

Permalink
add size-limit workflow #15
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 21, 2023
1 parent ac7a61e commit 7e81a9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/size-limit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Size

on:
pull_request:
branches:
- master

jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e81a9e

Please sign in to comment.