fix: small misc issues with build (#118)

Auto formatted all typst code and fixed CI issue due to using upload artifacts v4 (actions/upload-artifact@v4/docs/MIGRATION.md)
This commit is contained in:
Paul T
2025-05-22 14:32:45 -04:00
committed by GitHub
parent 076afdd74e
commit ac7c078341
10 changed files with 192 additions and 348 deletions

View File

@@ -26,7 +26,7 @@
// set this to `none` to show the default or remove it completely
closing: [],
// see typst "page" documentation for more options
paper-size: "us-gov-legal"
paper-size: "us-gov-legal",
)
#hiring-entity-info(entity-info: (
@@ -36,10 +36,7 @@
city: "MOUNTAIN VIEW, CA 94043",
))
#letter-heading(
job-position: "Software Engineer",
addressee: "Sir or Madame",
)
#letter-heading(job-position: "Software Engineer", addressee: "Sir or Madame")
= About Me
#coverletter-content[

View File

@@ -26,10 +26,7 @@
city: "MOUNTAIN VIEW, CA 94043",
))
#letter-heading(
job-position: "Software Engineer",
addressee: "Sir or Madame",
)
#letter-heading(job-position: "Software Engineer", addressee: "Sir or Madame")
#coverletter-content[
#lorem(100)

View File

@@ -56,10 +56,7 @@
#lorem(72)
]
#resume-entry(
title: "Intern",
location: "Example City, EX",
)
#resume-entry(title: "Intern", location: "Example City, EX")
#resume-item[
- #lorem(20)
@@ -95,15 +92,21 @@
= Skills
#resume-skill-item(
"Languages",
(strong("C++"), strong("Python"), "Java", "C#", "JavaScript", "TypeScript"),
)
#resume-skill-item("Languages", (
strong("C++"),
strong("Python"),
"Java",
"C#",
"JavaScript",
"TypeScript",
))
#resume-skill-item("Spoken Languages", (strong("English"), "Spanish"))
#resume-skill-item(
"Programs",
(strong("Excel"), "Word", "Powerpoint", "Visual Studio"),
)
#resume-skill-item("Programs", (
strong("Excel"),
"Word",
"Powerpoint",
"Visual Studio",
))
= Education