Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Edit codeowners

Edit codeowners #5

Workflow file for this run

name: Check PDF Compilation
on:
push: {}
pull_request: {}
jobs:
build:
name: compile-check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Setup Typst
uses: yusancky/[email protected]
id: setup-typst
with:
version: 'latest'
- run: typst compile cv.typ --font-path ./src/fonts
- run: typst compile letter.typ --font-path ./src/fonts
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: output
path: ./*.pdf
if-no-files-found: error