Skip to content

Commit 943dfc2

Browse files
Fix spelling
1 parent 315074f commit 943dfc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_spelling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
rm -rf docs/old
2525
rm -rf meeting_notes
2626
rm $(find . | grep "_old\\.")
27-
rm $(find . | grep "not_used")
27+
rm $(find . | grep "not_used/[A-Za-z]")
2828
2929
- uses: igsekor/pyspelling-any@v1.0.4

0 commit comments

Comments
 (0)