Skip to content

Commit

Permalink
Add codespell in CI and fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed May 16, 2023
1 parent 96002b0 commit b4134cb
Show file tree
Hide file tree
Showing 3 changed files with 2,541 additions and 2,721 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Spell check

on: [push, pull_request]

jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v1
with:
check_filenames: true
check_hidden: true
Loading

0 comments on commit b4134cb

Please sign in to comment.