mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 10:28:15 +00:00
Add size-limit to PR checks (#537)
This commit is contained in:
parent
30faaf91d3
commit
9e6cb1faaa
14
.github/workflows/size-limit.yml
vendored
Normal file
14
.github/workflows/size-limit.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: "size"
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
size:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI_JOB_NUMBER: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: andresz1/size-limit-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user