Skip to content

Commit 8818ecc

Browse files
committed
ci: add codespell job
Also, remove capability/.codespellrc as it's no longer needed.t Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 48e1d24 commit 8818ecc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ jobs:
4141
uname -a
4242
make test
4343
44+
codespell:
45+
runs-on: ubuntu-24.04
46+
steps:
47+
- uses: actions/checkout@v4
48+
- run: pip install --break-system-packages codespell==v2.3.0
49+
- run: codespell

capability/.codespellrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)