diff options
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8da7c327..4cd2791d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -537,4 +537,4 @@ jobs: pip3 install codespell==2.1.0 - name: Run codespell - run: codespell -q 7 -S ".git,build*,./src/third_party/*" -I misc/codespell-allowlist.txt + run: codespell -q 7 -S ".git,build*,./misc/typos.toml,./src/third_party/*" -I misc/codespell-allowlist.txt |