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 480f74a commit 4cbf2b1Copy full SHA for 4cbf2b1
.github/workflows/reusable-build-test.yml
@@ -141,3 +141,22 @@ jobs:
141
NODE_NO_WARNINGS: 1
142
WASM: 1
143
run: pnpm run test:ci
144
+
145
+ ### Rsdoctor Diff Action
146
+ - name: Clone rspack-sourcemap-demo
147
+ run: git clone git@github.com:yifancong/rspack-diff-minimal.git
148
149
+ - name: Install dependencies
150
+ working-directory: rspack-diff-minimal
151
+ run: pnpm i
152
153
+ - name: Build project
154
155
+ run: pnpm run build
156
157
+ - name: Report Compressed Size
158
+ uses: web-infra-dev/rsdoctor-action@main
159
+ with:
160
+ github_token: ${{ secrets.GITHUB_TOKEN }}
161
+ file_path: "rspack-diff-minimal/dist/rsdoctor-data.json"
162
+ target_branch: "chore/diff-v2"
0 commit comments