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 11aeb2cea2 - Show all commits

View file

@ -10,8 +10,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Docker - name: Start Docker
uses: https://github.com/docker/setup-docker-action@v4 run: systemctl start docker
- name: Compile - name: Compile
uses: https://github.com/xu-cheng/latex-action@v3 uses: https://github.com/xu-cheng/latex-action@v3
with: with: