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 d63cbd2 commit 6a14142Copy full SHA for 6a14142
.github/workflows/copilot-setup-steps.yml
@@ -26,3 +26,5 @@ jobs:
26
cache-name: copilot-setup-steps
27
- run: npm i -g @playwright/[email protected]
28
- run: npm ci
29
+ # pull dprint caches before network access is blocked
30
+ - run: npx hereby check:format || true
0 commit comments