-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa31b84
commit 430e872
Showing
5 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,16 @@ jobs: | |
name: Spellcheck | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: errata-ai/[email protected] | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Spellcheck | ||
uses: errata-ai/[email protected] | ||
with: | ||
version: latest | ||
files: all | ||
debug: false | ||
reporter: github-check # https://github.com/reviewdog/reviewdog#reporters | ||
fail_on_error: true | ||
level: error | ||
filter_mode: added |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# accept.txt - words considered acceptable spellings | ||
# | ||
# lines beginning with '#' are ignored. | ||
# each line is one word or regex, and is case-sensitive. | ||
# prefix with (?i) to make case-insensitive. | ||
|
||
AspirePress | ||
ClassicPress | ||
WordPress |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# reject.txt - words always considered to be spelling errors | ||
# | ||
# lines beginning with '#' are ignored. | ||
# each line is one word or regex, and is case-sensitive. | ||
# prefix with (?i) to make case-insensitive. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Governance | ||
|
||
Governance documentation for AspirePress. You can view this documentation at | ||
[AspirePress Governance](https://governance.aspirepress.org). | ||
Governance documentation for AspirePress. You can view this documentation at | ||
[AspirePress Governance](https://governance.aspirepress.org). |