From c6af1fb20515b59a1508dc9680d90a38af7af4c7 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 25 Sep 2024 22:50:43 -0700 Subject: [PATCH] ci: add codespell job Also, remove capability/.codespellrc as it's no longer needed. Signed-off-by: Kir Kolyshkin --- .github/workflows/test.yml | 6 ++++++ capability/.codespellrc | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 capability/.codespellrc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1becf7b..daf5ace 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 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