From d1fffa5d62c36e0ec1533b90bf9bcb74109cd488 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Mon, 10 Jan 2022 08:23:55 -0700 Subject: github: enable codespell checks Signed-off-by: Paul Moore Signed-off-by: Tom Hromatka --- .github/workflows/continuous-integration.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.github') diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5dcc5e9..aea7891 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -104,3 +104,16 @@ jobs: path: | ./libseccomp.lcov.info ./libseccomp.lcov.html.d + + codespell: + name: Codespell + runs-on: ubuntu-20.04 + + steps: + - name: Checkout from github + uses: actions/checkout@v2 + - name: Spellcheck + uses: codespell-project/actions-codespell@master + with: + ignore_words_list: extraversion + exclude_file: src/syscalls.csv -- cgit v1.2.1