Skip to content

Commit

Permalink
Check typos in PR's (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank authored Feb 12, 2024
1 parent 1f2a89e commit c2bd225
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ jobs:
- name: Check for external links without target="_blank" attribute
run: |
! git grep --perl-regexp --only-matching -e '\[[^\]]*\]\([^\/][^)|{%]*\)(?!{)' -- '*.md'
typos:
name: Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Search for misspellings
uses: crate-ci/typos@master
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ extend-ignore-re = [

[default.extend-words]
"encrypter" = "encrypter"
"ND" = "ND"
"wel" = "wel"

0 comments on commit c2bd225

Please sign in to comment.