diff --git a/scripts/exceptions.txt b/.github/scripts/exceptions.txt similarity index 100% rename from scripts/exceptions.txt rename to .github/scripts/exceptions.txt diff --git a/scripts/exclude_paths.txt b/.github/scripts/exclude_paths.txt similarity index 100% rename from scripts/exclude_paths.txt rename to .github/scripts/exclude_paths.txt diff --git a/scripts/spell_check.py b/.github/scripts/spell_check.py similarity index 100% rename from scripts/spell_check.py rename to .github/scripts/spell_check.py diff --git a/.github/workflows/content_validation.yml b/.github/workflows/content_validation.yml index b4415f6..7b198d0 100644 --- a/.github/workflows/content_validation.yml +++ b/.github/workflows/content_validation.yml @@ -40,4 +40,4 @@ jobs: - name: Run spell checker run: | - python scripts/spell_check.py \ No newline at end of file + python .github/scripts/spell_check.py \ No newline at end of file