Skip to content

Commit fe9141c

Browse files
committed
adding fo to allowed word list for spelling checks
1 parent ab3aa63 commit fe9141c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qaqc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
check_filenames: true
3737
check_hidden: true
3838
skip: ".git,*.js,qaqc.yml"
39-
ignore_words_list: hist,nd
39+
ignore_words_list: hist,nd,fo
4040

4141
# borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml
4242
- name: Disable Notebook Execution Before Linkcheck

0 commit comments

Comments
 (0)