Skip to content

Add spell check to docs #4

Add spell check to docs

Add spell check to docs #4

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
name: Checkout
- id: changed_files
name: Changed Files
uses: tj-actions/changed-files@v45
with:
# Avoid using single or double quotes for multiline patterns
files: |
**.md*
- uses: rojopolis/[email protected]
name: Spellcheck
if: ${{ steps.changed_files.outputs.all_changed_files }}
with:
source_files: ${{ steps.changed_files.outputs.all_changed_files }}
task_name: Markdown