Skip to content

Commit

Permalink
Fixed typos in project
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinzolotarev committed Nov 23, 2024
1 parent 42194f3 commit 147f04e
Show file tree
Hide file tree
Showing 6 changed files with 566 additions and 349 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ jobs:
with:
components: rustfmt
- run: cargo fmt --all --check

typos-check:
name: TyposCheck
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]
with:
config: ./typos.toml
isolated: true
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
.DS_Store
.vscode
.idea
.idea
LOCAL.md
Loading

0 comments on commit 147f04e

Please sign in to comment.