Skip to content

Commit

Permalink
CI: Also try codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 14, 2023
1 parent dc102e2 commit c4ee12e
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 @@ -13,3 +13,12 @@ jobs:
uses: actions/checkout@v4
- 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 c4ee12e

Please sign in to comment.