Pd 1368 24 10 docs branching (MERGE AFTER 24.10 BRANCHING) #4581
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'spellcheck' | |
on: | |
pull_request: | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: matheus23/[email protected] | |
with: | |
files-to-check: "./content/*/*.md" | |
files-to-exclude: "./content/archive/TNHardwareGuide.md" # optional | |
words-to-ignore-file: ./words-to-ignore.txt |