File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 25
25
- " .github/.wordlist.txt"
26
26
27
27
jobs :
28
- # Seems redundant; removed as pyspelling is customized while this is not
29
- # check-reviewdog:
30
- # name: Check Spelling - reviewdog
31
- # runs-on: ubuntu-latest
32
- # steps:
33
- # - name: Checkout
34
- # uses: actions/checkout@v4
35
- # - uses: reviewdog/action-misspell@v1
36
- # with:
37
- # github_token: ${{ secrets.GITHUB_TOKEN }}
38
28
check-spellcheck :
39
29
name : Check Spelling - pyspelling
40
30
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -35,5 +35,14 @@ Work In Progress
35
35
## Tools
36
36
37
37
- [ Daily Fail Summary] ( tools/daily_fail_summary.md )
38
+ - Spellcheck
39
+ - Uses
40
+ [ ` rojopolis ` /spellcheck-github-actions] ( https://github.com/marketplace/actions/github-spellcheck-action#configuration ) ,
41
+ a PySpelling-based spellchecker
42
+ - This tool utilizes the definitions in .spellcheck.yml and
43
+ .github/` .wordlist.txt ` to check all documentation files.
44
+ .spellcheck.yml defines the settings while ` .wordlist.txt ` is a
45
+ dictionary of words to skip checking (brand names, technical jargon,
46
+ acronyms)
38
47
39
48
## General Improvement Ideas
You can’t perform that action at this time.
0 commit comments