Hotfix: Screenshots posted in PR's render no fonts#479
Conversation
devenv's automatic `bun install` banner leaked into .devenv-ci/env,
which GITHUB_ENV rejects ("Invalid format 'bun install v1.3.13'").
Whitelist-filter the recorded lines and filter again on export so a
stale poisoned cache can't fail the job.
📋 PR Overview
🔬 Coverage
|
🎨 Storybook previewUpdated for 8817b43
|
Juanpe Bolívar (arximboldi)
left a comment
There was a problem hiding this comment.
Some inline comments but LGTM when green.
| "devDependencies": { | ||
| "@types/bun": "1.3.14", | ||
| "@types/node": "25.6.0", | ||
| "bun2nix": "2.0.8", |
There was a problem hiding this comment.
I think in the pass this caused issues, because it had issues compared to the bun2nix provided by devenv. I tried though and it seems fine this time, so maybe it's ok.
| } | ||
|
|
||
| async function invoke(command: string, args?: Record<string, unknown>) { | ||
| export async function invoke(command: string, args?: Record<string, unknown>) { |
There was a problem hiding this comment.
Was this caused by the linter?
There was a problem hiding this comment.
yep, the knip linter which wasnt being run regularly





Summary
Test Plan
Docs