From 2a74757efa2ffb46de730bb9d899e711b8519e26 Mon Sep 17 00:00:00 2001 From: Gokul Prathin Date: Tue, 26 Mar 2024 22:19:47 -0400 Subject: [PATCH] ignore file to ignore words --- .github/workflows/qaqc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qaqc.yaml b/.github/workflows/qaqc.yaml index ccb1cf1..a6083ad 100644 --- a/.github/workflows/qaqc.yaml +++ b/.github/workflows/qaqc.yaml @@ -33,7 +33,7 @@ jobs: check_filenames: true check_hidden: true skip: '.git,qaqc.yml' - ignore_words_file: '.codespellignore' + ignore_words_file: .codespellignore ignore_words_list: slippy,hist # borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml