Skip to content

Merge pull request #42 from Morrison-Lab/claude/flippant-phrasing-doc… #95

Merge pull request #42 from Morrison-Lab/claude/flippant-phrasing-doc…

Merge pull request #42 from Morrison-Lab/claude/flippant-phrasing-doc… #95

---
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@v4
- name: Disable renv
run: echo "RENV_CONFIG_AUTOLOADER_ENABLED=FALSE" >> $GITHUB_ENV
- name: Run Spelling Check test
uses: insightsengineering/r-spellcheck-action@v3.0.2