diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml new file mode 100644 index 0000000000..2daa10f085 --- /dev/null +++ b/.github/workflows/SpellCheck.yml @@ -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@v3 + - name: Check spelling + uses: crate-ci/typos@v1.16.3 diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000000..35922763d1 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,9 @@ +[files] +extend-exclude = ["*.svg", "*.toml"] + +[default.extend-words] +ue = "ue" +ba = "ba" +nd = "nd" +Numer = "Numer" +Secrest = "Secrest" \ No newline at end of file