diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66f88ae8d..6617d83aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,7 @@ jobs: run: | codespell --version codespell --skip='*.asc,*.patch,*.pem' \ + --ignore-words '.github/workflows/codespell-ignore.txt' \ $(git ls-files) linux-glibc-debian-testing-llvm: diff --git a/.github/workflows/codespell-ignore.txt b/.github/workflows/codespell-ignore.txt new file mode 100644 index 000000000..7e72a0a78 --- /dev/null +++ b/.github/workflows/codespell-ignore.txt @@ -0,0 +1,3 @@ +# Copyright (C) Viktor Szakats. See LICENSE.md +# SPDX-License-Identifier: MIT +buildin