Skip to content

add name to DESCRIPTION as author #39

add name to DESCRIPTION as author

add name to DESCRIPTION as author #39

Workflow file for this run

---
name: Spellcheck
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
spell:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
needs: spelling
- name: Run Spelling Check test
uses: insightsengineering/r-spellcheck-action@v3
with:
exclude: data/*