change order of sections to have the most general first #3226
Workflow file for this run
This file contains hidden or 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: | |
| branches: [ main, v6.5, v6.4 ] | |
| workflow_dispatch: | |
| jobs: | |
| spellcheck: | |
| name: Spellcheck | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: rojopolis/spellcheck-github-actions@0.49.0 | |
| name: Spellcheck | |
| with: | |
| config_path: .spellcheck.yml | |
| task_name: Markdown | |
| # sort words in .wordlist.txt with "sort .wordlist.txt -o .wordlist.txt" |