generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add spellchecker to CI and fix a spelling error (#42)
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -12,6 +12,9 @@ jobs: | |
- name: Checkout 📋 | ||
uses: actions/checkout@v2 | ||
|
||
- name: Run spellchecker | ||
uses: crate-ci/[email protected] | ||
|
||
- name: Setup 🏗️ | ||
run: | | ||
sudo apt-get install --yes xml2rfc ruby | ||
|
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,13 @@ | ||
[files] | ||
extend-exclude = [ | ||
".devcontainer/", | ||
".git/", | ||
".github/", | ||
"vendor/", | ||
] | ||
ignore-hidden = false | ||
|
||
|
||
[default.extend-words] | ||
# Secure Hash Standard | ||
"SHS" = "SHS" |
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