From 88be4bf0e1bc121e28d6884dbd90f632e81803ca Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Sun, 23 Feb 2025 06:04:46 -0500 Subject: [PATCH] First draft of CI --- .forgejo/workflows/build.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .forgejo/workflows/build.yaml diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..3495246 --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -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