We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315074f commit 943dfc2Copy full SHA for 943dfc2
1 file changed
.github/workflows/check_spelling.yaml
@@ -24,6 +24,6 @@ jobs:
24
rm -rf docs/old
25
rm -rf meeting_notes
26
rm $(find . | grep "_old\\.")
27
- rm $(find . | grep "not_used")
+ rm $(find . | grep "not_used/[A-Za-z]")
28
29
- uses: igsekor/pyspelling-any@v1.0.4
0 commit comments