add automated review
All checks were successful
Build and Release Resume PDF / date-fetch (push) Successful in 16s
Check flake.lock / Check health of `flake.lock` (push) Successful in 12s
Check Nix flake / Perform Nix flake checks (push) Successful in 59s
Build and Release Resume PDF / build (push) Successful in 1m27s
All checks were successful
Build and Release Resume PDF / date-fetch (push) Successful in 16s
Check flake.lock / Check health of `flake.lock` (push) Successful in 12s
Check Nix flake / Perform Nix flake checks (push) Successful in 59s
Build and Release Resume PDF / build (push) Successful in 1m27s
This commit is contained in:
2
.github/prompts/resume-review.prompt.md
vendored
2
.github/prompts/resume-review.prompt.md
vendored
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user