spellcheck

This commit is contained in:
jverzani 2024-05-22 07:14:21 -04:00
parent 0f558eda8d
commit f710cded15
2 changed files with 15 additions and 0 deletions

13
.github/workflows/SpellCheck.yml vendored Normal file
View 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
View File

@ -0,0 +1,2 @@
[default.extend-words]
Pn = "Pn"