Skip to content

Add macros submodule, open PR in d-morrison/macros, and checkout submodule in Copilot setup #97

Add macros submodule, open PR in d-morrison/macros, and checkout submodule in Copilot setup

Add macros submodule, open PR in d-morrison/macros, and checkout submodule in Copilot setup #97

Workflow file for this run

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