Skip to content

Commit

Permalink
Run Typos in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and kukulich committed Oct 8, 2023
1 parent fea1fd6 commit 34c47b1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,15 @@ jobs:
files: temp/coverage.xml
flags: unittests
fail_ci_if_error: true

typos-check:
name: "Typos"

runs-on: "ubuntu-latest"

steps:
- name: "Checkout"
uses: "actions/checkout@v3"

- name: "Search for misspellings"
uses: "crate-ci/[email protected]"
10 changes: 10 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[files]
extend-exclude = [
".git/",
]
ignore-hidden = false

[default]
extend-ignore-re = [
"const BA =",
]

0 comments on commit 34c47b1

Please sign in to comment.