Skip to content

Commit 1129929

Browse files
committed
Fix CI Lint
1 parent 568f113 commit 1129929

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ jobs:
185185
- name: Install dependencies
186186
run: yarn --frozen-lockfile --ignore-engines
187187
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
188193
- run: yarn lint
189194

190195
artifacts:

0 commit comments

Comments
 (0)