From: Eduardo San Martin Morote Date: Fri, 17 Jul 2020 13:16:53 +0000 (+0200) Subject: ci: add size-limit action (#376) X-Git-Tag: v4.0.0-beta.3~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b930c956bfe6d7304b2ac822a9d1b28d1bd2c184;p=thirdparty%2Fvuejs%2Frouter.git ci: add size-limit action (#376) * ci: add size-limit action * ci: remove bad options [skip ci] --- diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml new file mode 100644 index 00000000..05d6649e --- /dev/null +++ b/.github/workflows/size-limit.yml @@ -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/size-limit-action@v1.4.0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }}