Add CI compilation check #1

Manually merged
MichaelBradley merged 12 commits from actions into main 2025-02-23 10:43:15 -05:00
Showing only changes of commit e1efd418bb - Show all commits

View file

@ -11,7 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install TeX packages
run: sudo apt-get update && sudo apt-get install texlive latexmk
run: |
sudo apt-get update
sudo apt-get -y install texlive latexmk
- name: Compile PDF
run: latexmk -pdf resume.tex
- name: Save PDF