Skip to content

Commit

Permalink
add codespell github workflow
Browse files Browse the repository at this point in the history
This is useful to find possible typo
  • Loading branch information
Fantu committed Nov 1, 2023
1 parent d2165b8 commit 19e5516
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: codespell
on: [pull_request, workflow_dispatch]

jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: codespell-project/actions-codespell@v2
with:
only_warn: 1

0 comments on commit 19e5516

Please sign in to comment.