Skip to content

Commit

Permalink
Add check-spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Dec 10, 2024
1 parent dcd78ee commit 6f1bf0d
Show file tree
Hide file tree
Showing 10 changed files with 583 additions and 314 deletions.
3 changes: 3 additions & 0 deletions .github/actions/markdown-check/mlc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
{
"pattern": "./tutorials-"
},
{
"pattern": "^\\.\\./tree/HEAD/"
}
]
}
3 changes: 2 additions & 1 deletion .github/actions/spelling/advice.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ If items relate to a ...
File paths are Perl 5 Regular Expressions - you can [test](
https://www.regexplanet.com/advanced/perl/) yours before committing to verify it will match your files.

`^` refers to the file's path from the root of the repository, so `^README\.md$` would exclude README.md (on whichever branch you're using).
`^` refers to the file's path from the root of the repository, so `^README\.md$` would exclude [README.md](
../tree/HEAD/README.md) (on whichever branch you're using).

* well-formed pattern.

Expand Down
7 changes: 2 additions & 5 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
AUTOGEN
atype
github
https
ssh
ubuntu
usec
usecs
workaround
workarounds
DEVICESM
HACKSM
Loading

0 comments on commit 6f1bf0d

Please sign in to comment.