Revert "add size action"

This reverts commit 59d5baaa41ce6fba8ee1a0c1be749a7ce72a186f.
This commit is contained in:
Dexter 2022-01-05 13:06:37 +00:00 committed by Dexter Edwards
parent f052a3b742
commit 831195ac6b

View File

@ -1,12 +0,0 @@
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 }}