remove in-person interview #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |