diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a20400..00f90ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/capability/.codespellrc b/capability/.codespellrc deleted file mode 100644 index e874be5..0000000 --- a/capability/.codespellrc +++ /dev/null @@ -1,3 +0,0 @@ -[codespell] -skip = ./.git -ignore-words-list = nd