Skip to content

Commit

Permalink
Create test-quarto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fire authored Aug 5, 2023
1 parent b200005 commit 256ebb0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish 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

0 comments on commit 256ebb0

Please sign in to comment.