From d72dd7fd32ab0ab4a88fd7c6da04281a2b61d7a7 Mon Sep 17 00:00:00 2001 From: "Goryudyuma(Kei.Matsumoto)" <6211370+Goryudyuma@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:12:32 +0900 Subject: [PATCH] =?UTF-8?q?JSCPD=E3=82=92=E7=84=A1=E5=8A=B9=E5=8C=96?= =?UTF-8?q?=E3=81=99=E3=82=8B=20(#1509)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/super-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index a82693c17..f1d07de5d 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -58,6 +58,7 @@ jobs: DEFAULT_BRANCH: main LINTER_RULES_PATH: . RENOVATE_SHAREABLE_CONFIG_PRESET_FILE_NAMES: default.json + VALIDATE_JSCPD: false concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} cancel-in-progress: true