Skip to content

Commit c6af1fb

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

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: .github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ jobs:
4545
uname -a
4646
make test
4747
48+
codespell:
49+
runs-on: ubuntu-24.04
50+
steps:
51+
- uses: actions/checkout@v4
52+
- run: pip install --break-system-packages codespell==v2.3.0
53+
- run: codespell

Diff for: capability/.codespellrc

-3
This file was deleted.

0 commit comments

Comments
 (0)