From b9aadb7a6e04448cb6483191193d3faccd9b2cd4 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sun, 26 Oct 2025 12:14:56 +0100 Subject: [PATCH] Update check_locales.yml --- .github/workflows/check_locales.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_locales.yml b/.github/workflows/check_locales.yml index f4c537393..1c4d75231 100644 --- a/.github/workflows/check_locales.yml +++ b/.github/workflows/check_locales.yml @@ -206,7 +206,7 @@ jobs: --actor ${{ github.event.pull_request.user.login }} \ --reference-file "${REFERENCE_FILE}" \ --branch "pr-branch" \ - --check + --check \ --files "${FILES_LIST[@]}" > result.txt continue-on-error: true # Continue the job even if this step fails