Merged
Conversation
Change Font Awesome "map" to "house" in address.
Enable non-DOI urls for publications
Contributor
There was a problem hiding this comment.
Pull request overview
Release bump to v0.7.0, updating the package/templates/docs to reference the new version and making a few library + CI/tooling adjustments (fonts, linting, and publication formatting).
Changes:
- Bump package version and update all
#import "@preview/neat-cv:..."references to0.7.0. - Update
lib.typformatting (address icon, optional publication URL output). - Adjust CI + developer tooling (CI branches, action/tool versions, typstyle dependency).
Reviewed changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
typst.toml |
Package version bump to 0.7.0. |
template/letter.typ |
Update template import to 0.7.0. |
template/cv.typ |
Update template import to 0.7.0. |
lib.typ |
Address icon change; add optional url rendering for publications. |
README.md |
Update documentation examples to 0.7.0. |
.pre-commit-config.yaml |
Bump typstyle CLI dependency version. |
.github/workflows/ci.yml |
Expand push branches; update checkout version; bump Font Awesome version used by build job. |
.github/actions/setup-fonts/action.yml |
Update Ruby default; change Fontist install/versioning and manifest command invocation. |
Comments suppressed due to low confidence (1)
.github/workflows/ci.yml:8
on.push.pathsdoesn't include.github/actions/setup-fonts/**, so changes to the composite action won't trigger CI on pushes tomain/dev(only PRs). Consider adding that path (or broadening the filter) so updates to the action get validated on push as well.
branches: [main, dev]
paths:
- "lib.typ"
- "template/*"
- ".github/workflows/ci.yml"
- ".pre-commit-config.yaml"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.