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:
@@ -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[
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user