Skip to content

Commit

Permalink
ci(typos): add 'typos' check
Browse files Browse the repository at this point in the history
resolves #311
  • Loading branch information
woshilapin committed Oct 15, 2023
1 parent 95ae88a commit 8985a18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Checkout
uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@master
- name: Check
uses: actions-rs/cargo@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[type.md]
extend-ignore-re = [
"\\[[[:xdigit:]]{7}\\]\\(https://github.com/orhun/git-cliff/commit/[[:xdigit:]]{40}\\)",
"\\[halp\\]\\(https://github.com/orhun/halp\\)",
]

0 comments on commit 8985a18

Please sign in to comment.