From cca212f0667a00324addaa2f28ee1e21aadcff1a Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sat, 5 Aug 2023 12:31:57 -0700 Subject: [PATCH] Create test-quarto.yml --- .github/workflows/test-quarto.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/test-quarto.yml diff --git a/.github/workflows/test-quarto.yml b/.github/workflows/test-quarto.yml new file mode 100644 index 0000000..089ac8d --- /dev/null +++ b/.github/workflows/test-quarto.yml @@ -0,0 +1,18 @@ +name: Test Quarto +on: + pull_request: + branches: [main] +jobs: + quarto-linux: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v2 + with: + node-version: '14' + - name: Set up Quarto + uses: quarto-dev/quarto-actions/setup@v2 + with: + tinytex: true + - run: | + quarto render