Skip to content

Commit c5a47ba

Browse files
No spellcheck on files that end with '_old'
1 parent 49ef3d9 commit c5a47ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check_spelling.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
- name: Set up Git repository
1919
uses: actions/checkout@v4.2.0
2020

21-
- name: Remove folders that do not care about spelling
21+
- name: Remove files that do not care about spelling
2222
run: |
2323
rm -rf LICENSE.md
2424
rm -rf docs/old
2525
rm -rf meeting_notes
26+
rm $(find . | grep "_old\\.")
2627
2728
- uses: igsekor/pyspelling-any@v1.0.4

0 commit comments

Comments
 (0)