]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: add size-limit action (#376)
authorEduardo San Martin Morote <posva@users.noreply.github.com>
Fri, 17 Jul 2020 13:16:53 +0000 (15:16 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 13:16:53 +0000 (15:16 +0200)
* ci: add size-limit action

* ci: remove bad options

[skip ci]

.github/workflows/size-limit.yml [new file with mode: 0644]

diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml
new file mode 100644 (file)
index 0000000..05d6649
--- /dev/null
@@ -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 }}