Skip to content

Commit

Permalink
CI: Also try codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Oct 14, 2023
1 parent 18e1522 commit 0d95113
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ jobs:
persist-credentials: false
- name: Check spelling
uses: crate-ci/typos@master
codespell:
https://github.com/codespell-project/codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: pip install codespell
- run: codespell

0 comments on commit 0d95113

Please sign in to comment.