Skip to content

[WIP] Convert the project to a Quarto website #11

[WIP] Convert the project to a Quarto website

[WIP] Convert the project to a Quarto website #11

Workflow file for this run

---
name: Spellcheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
name: Spellcheck
container:
image: rocker/tidyverse:latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run Spelling Check test
uses: insightsengineering/r-spellcheck-action@v3.0.2