Skip to content

Commit

Permalink
feat: add spell test and fix existed misspellings
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly committed Dec 25, 2023
1 parent 4a54e73 commit 147e202
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Empty file added .github/.codespellignore
Empty file.
18 changes: 18 additions & 0 deletions .github/workflows/spell_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Common misspellings

on: pull_request

jobs:
misspellings:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up misspell
uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .github/.codespellignore
check_filenames: true
check_hidden: true

0 comments on commit 147e202

Please sign in to comment.