From 31383b83f8e9cac613ee6185d43d6c12206dbebb Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 26 Jan 2026 16:24:11 +0100 Subject: [PATCH 1/2] run translation even if linter failed Signed-off-by: Marc --- .github/workflows/translate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translate.yaml b/.github/workflows/translate.yaml index 274dc75857..94f7826730 100644 --- a/.github/workflows/translate.yaml +++ b/.github/workflows/translate.yaml @@ -41,6 +41,7 @@ jobs: php ./docs/translate.php "$MD_FILES" - name: Run Linter if: steps.md_files.outputs.found == 'true' + continue-on-error: true uses: super-linter/super-linter/slim@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 025bb43424fb4ba94cddd601dc884474d844ca30 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 26 Jan 2026 21:28:58 +0100 Subject: [PATCH 2/2] Add additional entries to .gitleaksignore Signed-off-by: Marc --- .gitleaksignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitleaksignore b/.gitleaksignore index 0f25d7c4c9..c36609fe58 100644 --- a/.gitleaksignore +++ b/.gitleaksignore @@ -1 +1,2 @@ /github/workspace/docs/mercure.md:jwt:88 +/github/workspace/docs/mercure.md:jwt:90