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 f9762dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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 f9762dd

Please sign in to comment.