Skip to content

Commit 28f366d

Browse files
Fix script
1 parent 2662568 commit 28f366d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/check_spelling.yaml

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

21+
# This script started to act weird since commit 204a75856859e0e00b32ad9755c3a2a7c141879d
2122
- name: Remove files that do not care about spelling
2223
run: |
2324
rm -rf LICENSE.md
2425
rm -rf docs/old
2526
rm -rf meeting_notes
26-
rm $(find . | grep "_old\\.")
27-
rm $(find . | grep "not_used/[A-Za-z]")
27+
#rm $(find . | grep "_old\\.")
28+
#rm $(find . | grep "not_used/[A-Za-z]")
2829
2930
- uses: igsekor/pyspelling-any@v1.0.4

0 commit comments

Comments
 (0)