File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1- name : Check spelling errors
1+ name : Check typos
2+
23on :
34 push :
45 branches :
56 - main
7+ paths :
8+ - " **.md"
9+ - " .github/workflows/**"
610 pull_request :
711 types : [assigned, opened, synchronize, reopened]
12+ paths :
13+ - " **.md"
14+ - " .github/workflows/**"
15+
816jobs :
9- misspell :
10- name : runner / misspell
17+ typos :
1118 runs-on : ubuntu-latest
1219 steps :
1320 - name : Check out code.
1421 uses : actions/checkout@v4
15- - name : misspell
16- uses : reviewdog/action-misspell@v1
17- with :
18- locale : " US"
22+ - name : typos
23+ uses : crate-ci/typos@v1
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
311311
312312### Multithreading
313313
314- - [ g41797/mailbox] ( https://github.com/g41797/mailbox ) - A convenient inter-thread communication mechanizm .
314+ - [ g41797/mailbox] ( https://github.com/g41797/mailbox ) - A convenient inter-thread communication mechanism .
315315
316316### Embedded Development
317317
You can’t perform that action at this time.
0 commit comments