PD-1610 / 25.04 / Pd 1610 update docs hub and security hub header footer styling to match parent true nas com #5919
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 |