summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2022-01-10 08:23:55 -0700
committerTom Hromatka <tom.hromatka@oracle.com>2022-01-10 08:24:00 -0700
commitd1fffa5d62c36e0ec1533b90bf9bcb74109cd488 (patch)
tree1d3547ddd58e7c77f087e0ffe7aaf7ff04d14234
parent929acb90c4a3d737c1335b52c7e37eabdf00f829 (diff)
downloadlibseccomp-d1fffa5d62c36e0ec1533b90bf9bcb74109cd488.tar.gz
github: enable codespell checks
Signed-off-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
-rw-r--r--.github/workflows/continuous-integration.yml13
1 files changed, 13 insertions, 0 deletions
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