Bump spellchecker-cli from 6.2.0 to 7.0.0 #864
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: Test Pull Request | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
check-links: | |
name: Check Links | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check For Internal Links without Shortcodes | |
run: scripts/check-internal-links.sh | |
check-spelling: | |
name: Check Spelling in Docs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check Spelling in Content Dir | |
run: scripts/check-spelling.sh |