Skip to content

Commit

Permalink
Remove folders that must allow spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 16, 2025
1 parent 62dfd0c commit 746477e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 16 * *"
- cron: "0 0 2 * *"


jobs:
Expand All @@ -21,6 +21,8 @@ jobs:

- name: Remove folders that must allow spelling mistakes
run: |
rm -rf docs/evaluations
rm -rf docs/reflections
rm -rf docs/shared_documents
- uses: igsekor/[email protected]

0 comments on commit 746477e

Please sign in to comment.