diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index ef881bd..d8ba968 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -19,4 +19,4 @@ jobs: check_filenames: true check_hidden: true skip: "./go.sum" - ignore-words-list: ["NotIn"] + ignore-words-list: "NotIn"