Skip to content

Commit

Permalink
Create spelling workflow (#776)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Steeb <[email protected]>
  • Loading branch information
szepeviktor and steebchen authored Aug 10, 2024
1 parent 0948598 commit 2af003e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: spelling
on: pull_request
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
16 changes: 16 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[files]
extend-exclude = [
".git/",
"go.mod",
"frontend/docs/pages/blog/*.json",
]
ignore-hidden = false

[default]
extend-ignore-re = [
"\\bwha-webhook-",
"[0-9A-Za-z/+]{80}",
]

[default.extend-words]
datas = "datas"

0 comments on commit 2af003e

Please sign in to comment.