Skip to content

Commit

Permalink
cutom config for typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 14, 2023
1 parent bdc20d3 commit 89cd625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[default.extend-words]
# for serde serialization
ser = "ser"
2 changes: 2 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: crate-ci/typos@master
with:
config: ./.github/typos.toml

0 comments on commit 89cd625

Please sign in to comment.