Skip to content

Commit

Permalink
ci for spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Jan 4, 2024
1 parent fb75519 commit 6a4adb1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
File renamed without changes.
15 changes: 15 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Spell Check
on:
push:
workflow_dispatch:

jobs:
run:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Spell Check
uses: crate-ci/typos@master
15 changes: 15 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[default]
extend-ignore-identifiers-re = [
"AttributeID.*Supress.*",
]

[default.extend-identifiers]
AttributeIDSupressMenu = "AttributeIDSupressMenu"

[default.extend-words]
Daa = "Daa"
aussian = "aussian"
Mor = "Mor"

[files]
extend-exclude = ["templates/", "examples/"]

0 comments on commit 6a4adb1

Please sign in to comment.