Skip to content

Commit

Permalink
add siz-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Mar 23, 2020
1 parent ca4b20e commit 93a6c26
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "size"
on:
pull_request:
branches:
- master
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 93a6c26

Please sign in to comment.