From fe8c438df4abe13423d68164f23eb52b8498c3d9 Mon Sep 17 00:00:00 2001 From: "Colin B. Macdonald" Date: Fri, 17 May 2024 16:11:55 -0700 Subject: [PATCH] CI: skip spell checking src_classic Assuming its not long for this mortal world (?) --- .github/workflows/test_quick.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_quick.yml b/.github/workflows/test_quick.yml index 2e3ed0bd5..3008f9240 100644 --- a/.github/workflows/test_quick.yml +++ b/.github/workflows/test_quick.yml @@ -50,4 +50,6 @@ jobs: exclude_file: .codespell-ignorelines check_filenames: true check_hidden: true - skip: "*.pdf" + skip: "*.pdf,src_classic/*" + # if we don't fix everything we can set this + # only_warn: 1