add automated review
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 8s
Check Nix flake / Perform Nix flake checks (push) Has been cancelled

This commit is contained in:
2026-03-27 16:49:38 -04:00
parent 00e5f60a56
commit b62a151b34
11 changed files with 235 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ If the build produces errors, include them as a finding under **Formatting & Lay
Clean up any stale preview files, then convert the first page of the built PDF to a PNG and view it:
```
rm -f resume-preview*.png
rm -f resume-preview*.png || true # ignore if no previews exist
pdftoppm -r 150 -png resume.pdf resume-preview
```