From 34daf8f3546cc59b0f88fcbbdf4f93568a8c0412 Mon Sep 17 00:00:00 2001 From: tildejustin Date: Thu, 10 Jul 2025 16:10:54 -0400 Subject: [PATCH] workflow to test typst build --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..9f82c62 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,15 @@ +name: build +on: + pull_request: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout repository + uses: actions/checkout@v4 + - name: setup typst + uses: typst-community/setup-typst@v4 + - name: test build + run: typst compile rules.typ