From 630d258fe6238627ddcba104a88445e60065ae42 Mon Sep 17 00:00:00 2001 From: Igor Borisikhin Date: Sun, 1 Dec 2024 15:39:26 +0500 Subject: [PATCH] update workflow --- {scripts => .github/scripts}/exceptions.txt | 0 {scripts => .github/scripts}/exclude_paths.txt | 0 {scripts => .github/scripts}/spell_check.py | 0 .github/workflows/content_validation.yml | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => .github/scripts}/exceptions.txt (100%) rename {scripts => .github/scripts}/exclude_paths.txt (100%) rename {scripts => .github/scripts}/spell_check.py (100%) 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