First draft of CI
Some checks failed
Compile / Compile (push) Failing after 6s

This commit is contained in:
Michael Bradley 2025-02-23 06:04:46 -05:00
parent 93a6a96013
commit 88be4bf0e1
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -0,0 +1,16 @@
---
on: [push]
name: Compile
jobs:
compile:
name: Compile
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile
uses: https://github.com/xu-cheng/latex-action@v3
with:
root_file: resume.tex