Skip to content

Commit

Permalink
ci: add codespell job
Browse files Browse the repository at this point in the history
Also, remove capability/.codespellrc as it's no longer needed.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Oct 10, 2024
1 parent 466bed6 commit c6af1fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ jobs:
uname -a
make test
codespell:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: pip install --break-system-packages codespell==v2.3.0
- run: codespell
3 changes: 0 additions & 3 deletions capability/.codespellrc

This file was deleted.

0 comments on commit c6af1fb

Please sign in to comment.