We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2662568 commit 28f366dCopy full SHA for 28f366d
1 file changed
.github/workflows/check_spelling.yaml
@@ -18,12 +18,13 @@ jobs:
18
- name: Set up Git repository
19
uses: actions/checkout@v4.2.0
20
21
+ # This script started to act weird since commit 204a75856859e0e00b32ad9755c3a2a7c141879d
22
- name: Remove files that do not care about spelling
23
run: |
24
rm -rf LICENSE.md
25
rm -rf docs/old
26
rm -rf meeting_notes
- rm $(find . | grep "_old\\.")
27
- rm $(find . | grep "not_used/[A-Za-z]")
+ #rm $(find . | grep "_old\\.")
28
+ #rm $(find . | grep "not_used/[A-Za-z]")
29
30
- uses: igsekor/pyspelling-any@v1.0.4
0 commit comments