diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 439520f76..c20151481 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,5 +18,5 @@ jobs: with: check_filenames: true check_hidden: true - skip: target,.jj,*.lock + skip: ./target,./.jj,*.lock ignore_words_list: crate,nd,nD