From 49c0c97c5a440a7e1bda623cd54d32211349e115 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 16 Nov 2025 20:55:15 +0000 Subject: [PATCH] CI: fix translator --- .github/workflows/translation-ai-check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/translation-ai-check.yml b/.github/workflows/translation-ai-check.yml index 81019a41..eebea8a4 100644 --- a/.github/workflows/translation-ai-check.yml +++ b/.github/workflows/translation-ai-check.yml @@ -27,6 +27,9 @@ jobs: AI_PROMPT: Translation patch below. steps: + - name: Checkout source code + uses: actions/checkout@v5 + - uses: dorny/paths-filter@v3 id: changes with: