Skip to content

Commit

Permalink
add render check action
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Sep 13, 2024
1 parent 3ca84a6 commit 9a5faa1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/render-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#only runs on PRs, just checks that rendering doesn't fail before merging
on:
pull_request:
branches: main

name: quarto-render-check

jobs:
quarto-render:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render
uses: quarto-dev/quarto-actions/render@v2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.Rhistory
.RData
.Ruserdata
.DS_Store

/.quarto/
/_book/
Expand Down

0 comments on commit 9a5faa1

Please sign in to comment.