Skip to content

Commit

Permalink
Use codespell (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol authored May 27, 2024
1 parent 2f1c7ae commit 70d0818
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Taht
17 changes: 17 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check spelling

on:
pull_request:
push:
branches: [ master ]

jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
ignore_words_file: .codespellignore
path: docs

0 comments on commit 70d0818

Please sign in to comment.