Skip to content

Commit

Permalink
Add spell checker to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
joce committed Jan 4, 2024
1 parent 1f1cc53 commit 45aff3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Check spelling
uses: streetsidesoftware/cspell-action@v5

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 45aff3b

Please sign in to comment.