Skip to content

Commit

Permalink
Add codespell GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Sep 15, 2023
1 parent 5f6f0b3 commit cf89d25
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CodeSpell
on:
- pull_request
jobs:
codespell:
name: CodeSpell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: CodeSpell
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_file: .codespellignore

0 comments on commit cf89d25

Please sign in to comment.