Skip to content

4: prepare tools

4: prepare tools #11

Workflow file for this run

---
name: Spelling πŸ†Ž
on:
push:
branches:
- main
- pre-release
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- main
- pre-release
workflow_dispatch:
workflow_call:
concurrency:
group: spelling-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
spelling:
name: Check spelling πŸ” 
runs-on: ubuntu-latest
if: >
!contains(github.event.commits[0].message, '[skip spelling]')
&& github.event.pull_request.draft == false
container:
image: ghcr.io/insightsengineering/rstudio_4.2.1_bioc_3.15:latest
steps:
- name: Checkout Code πŸ›Ž
uses: actions/checkout@v3
- name: Run Spellcheck πŸ‘Ÿ
uses: insightsengineering/r-spellcheck-action@v2
with:
exclude: inst/extdata/*