From c62cc6853f46625de94ce232e0fdd6524581f96a Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Tue, 23 Sep 2025 22:31:19 +0500 Subject: [PATCH] chore(check-translation): disable untill yaspeller fixed Signed-off-by: Boris Yumankulov --- .gitea/workflows/check-spell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/check-spell.yml b/.gitea/workflows/check-spell.yml index 7c6b52e..bd1744d 100644 --- a/.gitea/workflows/check-spell.yml +++ b/.gitea/workflows/check-spell.yml @@ -1,4 +1,4 @@ -name: Check Translations +name: Check Translations (disabled until yaspeller is fixed) run-name: Check spelling in translation files on: push: @@ -12,6 +12,7 @@ on: jobs: check-translations: + if: false runs-on: ubuntu-latest steps: - name: Checkout