CI: extend spellchecker whitelist

let us ignore *.fig files as well as "que" and "ans" words
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index e70de5e..9a630cf 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -14,4 +14,4 @@
     - name: install prerequisites
       run: sudo pip install codespell
     - name: check
-      run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas --skip CHANGELOG
+      run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas,que,ans --skip="CHANGELOG,*.fig"