spellcheck
This commit is contained in:
parent
0f558eda8d
commit
f710cded15
13
.github/workflows/SpellCheck.yml
vendored
Normal file
13
.github/workflows/SpellCheck.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Spell Check
|
||||||
|
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
typos-check:
|
||||||
|
name: Spell Check with Typos
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout Actions Repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Check spelling
|
||||||
|
uses: crate-ci/typos@master
|
2
_typos.toml
Normal file
2
_typos.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[default.extend-words]
|
||||||
|
Pn = "Pn"
|
Loading…
Reference in New Issue
Block a user