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.t

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Sep 26, 2024
1 parent b92950b commit 7bd1f5a
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 @@ -41,3 +41,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 7bd1f5a

Please sign in to comment.