Skip to content

Commit

Permalink
add typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xyq-c-cpp committed Jun 17, 2024
1 parent 98a43ff commit 7cb2760
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflow/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI checks

on:
push:
branches:
- master

jobs:
typos-check:
name: TyposCheck
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]
with:
config: ./typos.toml
isolated: true
24 changes: 24 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[files]
ignore-files = true
ignore-hidden = false
extend-exclude = [
".git/",
".gitattributes",
".gitignore",
"Wpf_Mvvm",
"ATM",
"Some_Demo",
"MyGolang",
"Development Tool",
]


[default]
extend-ignore-re=[

]
check-filename = true




0 comments on commit 7cb2760

Please sign in to comment.