Skip to content

Make arrow optional

Make arrow optional #8

Workflow file for this run

name: Spellcheck
on:
pull_request:
types: [review_requested, ready_for_review]
jobs:
check:
runs-on: ubuntu-latest
name: Spellcheck
container:
image: rocker/tidyverse:4.1.2
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run Spelling Check test
uses: insightsengineering/r-spellcheck-action@v2