From 840acebbdca045800be88b22b1e686cd03ff4bf0 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Wed, 31 May 2023 20:57:50 +0200 Subject: [PATCH] Give feedback t students, ignore spelling due to GH SHA values, progress #10 --- .github/workflows/check_spelling.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_spelling.yaml b/.github/workflows/check_spelling.yaml index e4ed2da6a..bcf81129e 100644 --- a/.github/workflows/check_spelling.yaml +++ b/.github/workflows/check_spelling.yaml @@ -22,5 +22,6 @@ jobs: - name: Remove folders that do not care about spelling run: | rm -rf DevelopmentDesign + rm -rf feedback - uses: igsekor/pyspelling-any@v0.0.2