We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a22af commit a6e26bdCopy full SHA for a6e26bd
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ on:
5
branches: [main]
6
pull_request:
7
workflow_call:
8
+permissions:
9
+ pull-requests: write
10
11
jobs:
12
install:
@@ -146,3 +148,16 @@ jobs:
146
148
- name: Vitest tests
147
149
run: pnpm test
150
working-directory: codemod/zod-to-valibot
151
+
152
+ size:
153
+ runs-on: ubuntu-latest
154
+ env:
155
+ CI_JOB_NUMBER: 1
156
+ steps:
157
+ - uses: actions/checkout@v4
158
+ - uses: EskiMojo14/size-limit-action@v2
159
+ with:
160
+ directory: library
161
+ github_token: ${{ secrets.GITHUB_TOKEN }}
162
+ package_manager: pnpm
163
+ size_margin: non-zero
.github/workflows/size.yml
0 commit comments