We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568f113 commit 1129929Copy full SHA for 1129929
1 file changed
.github/workflows/checks.yml
@@ -185,6 +185,11 @@ jobs:
185
- name: Install dependencies
186
run: yarn --frozen-lockfile --ignore-engines
187
if: steps.dependency-cache.outputs.cache-hit != 'true'
188
+ - name: Download build artifacts
189
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
190
+ with:
191
+ name: dist-artifacts-${{ github.run_id }}
192
+ path: packages
193
- run: yarn lint
194
195
artifacts:
0 commit comments