add automated review
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