Skip to content

Commit 6a14142

Browse files
authored
Run dprint in copilot-setup-steps to prevent network blocking error (#1269)
1 parent d63cbd2 commit 6a14142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
cache-name: copilot-setup-steps
2727
- run: npm i -g @playwright/mcp@0.0.28
2828
- run: npm ci
29+
# pull dprint caches before network access is blocked
30+
- run: npx hereby check:format || true

0 commit comments

Comments
 (0)